| Index: runtime/vm/flow_graph_compiler.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler.h (revision 18171)
|
| +++ runtime/vm/flow_graph_compiler.h (working copy)
|
| @@ -384,15 +384,19 @@
|
| static intptr_t DataOffsetFor(intptr_t cid);
|
| static intptr_t ElementSizeFor(intptr_t cid);
|
| static FieldAddress ElementAddressForIntIndex(intptr_t cid,
|
| + intptr_t index_scale,
|
| Register array,
|
| intptr_t offset);
|
| static FieldAddress ElementAddressForRegIndex(intptr_t cid,
|
| + intptr_t index_scale,
|
| Register array,
|
| Register index);
|
| static Address ExternalElementAddressForIntIndex(intptr_t cid,
|
| + intptr_t index_scale,
|
| Register array,
|
| intptr_t offset);
|
| static Address ExternalElementAddressForRegIndex(intptr_t cid,
|
| + intptr_t index_scale,
|
| Register array,
|
| Register index);
|
|
|
|
|