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

Unified Diff: runtime/vm/flow_graph_compiler_x64.h

Issue 10264031: Switch from AST node ids to computation ids (cid). In addition to computations,… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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/flow_graph_builder.cc ('k') | runtime/vm/flow_graph_compiler_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_compiler_x64.h
===================================================================
--- runtime/vm/flow_graph_compiler_x64.h (revision 7204)
+++ runtime/vm/flow_graph_compiler_x64.h (working copy)
@@ -70,7 +70,7 @@
void LoadValue(Register dst, Value* value);
// Emit an instance call.
- void EmitInstanceCall(intptr_t node_id,
+ void EmitInstanceCall(intptr_t cid,
intptr_t token_index,
intptr_t try_index,
const String& function_name,
@@ -90,12 +90,12 @@
intptr_t try_index,
const ExternalLabel* label,
PcDescriptors::Kind kind);
- void GenerateCallRuntime(intptr_t node_id,
+ void GenerateCallRuntime(intptr_t cid,
intptr_t token_index,
intptr_t try_index,
const RuntimeEntry& entry);
void AddCurrentDescriptor(PcDescriptors::Kind kind,
- intptr_t node_id,
+ intptr_t cid,
intptr_t token_index,
intptr_t try_index);
@@ -103,13 +103,13 @@
Label* is_instance,
Label* is_not_instance);
- void GenerateAssertAssignable(intptr_t node_id,
+ void GenerateAssertAssignable(intptr_t cid,
intptr_t token_index,
intptr_t try_index,
const AbstractType& dst_type,
const String& dst_name);
- void GenerateInstanceOf(intptr_t node_id,
+ void GenerateInstanceOf(intptr_t cid,
intptr_t token_index,
intptr_t try_index,
const AbstractType& type,
« no previous file with comments | « runtime/vm/flow_graph_builder.cc ('k') | runtime/vm/flow_graph_compiler_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698