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

Unified Diff: runtime/vm/flow_graph_optimizer.h

Issue 862483002: Reland and fix r42951: Tweaks in the VM's typed_data implementations. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 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/lib/typed_data.dart ('k') | runtime/vm/flow_graph_optimizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_optimizer.h
===================================================================
--- runtime/vm/flow_graph_optimizer.h (revision 42978)
+++ runtime/vm/flow_graph_optimizer.h (working copy)
@@ -152,7 +152,7 @@
TargetEntryInstr** entry,
Definition** last);
- bool InlineByteArrayViewLoad(Instruction* call,
+ bool InlineByteArrayBaseLoad(Instruction* call,
Definition* receiver,
intptr_t array_cid,
intptr_t view_cid,
@@ -160,7 +160,7 @@
TargetEntryInstr** entry,
Definition** last);
- bool InlineByteArrayViewStore(const Function& target,
+ bool InlineByteArrayBaseStore(const Function& target,
Instruction* call,
Definition* receiver,
intptr_t array_cid,
@@ -169,7 +169,7 @@
TargetEntryInstr** entry,
Definition** last);
- intptr_t PrepareInlineByteArrayViewOp(Instruction* call,
+ intptr_t PrepareInlineByteArrayBaseOp(Instruction* call,
intptr_t array_cid,
intptr_t view_cid,
Definition** array,
@@ -176,9 +176,9 @@
Definition* index,
Instruction** cursor);
- bool BuildByteArrayViewLoad(InstanceCallInstr* call,
+ bool BuildByteArrayBaseLoad(InstanceCallInstr* call,
intptr_t view_cid);
- bool BuildByteArrayViewStore(InstanceCallInstr* call,
+ bool BuildByteArrayBaseStore(InstanceCallInstr* call,
intptr_t view_cid);
// Insert a check of 'to_check' determined by 'unary_checks'. If the
« no previous file with comments | « runtime/lib/typed_data.dart ('k') | runtime/vm/flow_graph_optimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698