Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(781)

Unified Diff: runtime/vm/code_generator_x64.h

Issue 9479004: Add a stubbed-out implementation of FlowGraphCompiler for ia32 and arm. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/code_generator_ia32.cc ('k') | runtime/vm/code_generator_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/code_generator_x64.h
diff --git a/runtime/vm/code_generator_x64.h b/runtime/vm/code_generator_x64.h
index 84ff9560c9e9060be5b1b9f69b8aefc22b10eded..33c73388bd4a1151774c5afa7bafc463b192a004 100644
--- a/runtime/vm/code_generator_x64.h
+++ b/runtime/vm/code_generator_x64.h
@@ -113,6 +113,9 @@ NODE_LIST(DEFINE_VISITOR_FUNCTION)
// Add pc descriptors to code.
void FinalizePcDescriptors(const Code& code);
+ // Verify assumptions about pc descriptors in debug mode.
+ static void VerifyPcDescriptors(const PcDescriptors& descriptors,
+ bool check_ids);
// Allocate and return an arguments descriptor.
// Let 'num_names' be the length of 'optional_arguments_names'.
« no previous file with comments | « runtime/vm/code_generator_ia32.cc ('k') | runtime/vm/code_generator_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698