| Index: vm/flow_graph_builder.h
|
| ===================================================================
|
| --- vm/flow_graph_builder.h (revision 10725)
|
| +++ vm/flow_graph_builder.h (working copy)
|
| @@ -206,10 +206,9 @@
|
| const AbstractType& dst_type,
|
| const String& dst_name);
|
|
|
| - void BuildStoreIndexedValues(StoreIndexedNode* node,
|
| - Value** array,
|
| - Value** index,
|
| - Value** value);
|
| + Computation* BuildStoreIndexedValues(StoreIndexedNode* node,
|
| + bool result_is_needed);
|
| +
|
| void BuildInstanceSetterArguments(
|
| InstanceSetterNode* node,
|
| ZoneGrowableArray<PushArgumentInstr*>* arguments,
|
|
|