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

Unified Diff: runtime/vm/code_generator_x64.h

Issue 9474001: Allocate and finalize a code object on x64 if the new compiler succeeds. (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
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'.

Powered by Google App Engine
This is Rietveld 408576698