| Index: runtime/vm/flow_graph_compiler_x64.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.h (revision 17016)
|
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy)
|
| @@ -232,6 +232,8 @@
|
| static bool EvaluateCondition(Condition condition, intptr_t l, intptr_t r);
|
|
|
| // Array/list element address computations.
|
| + static intptr_t DataOffsetFor(intptr_t cid);
|
| + static intptr_t ElementSizeFor(intptr_t cid);
|
| static FieldAddress ElementAddressForIntIndex(intptr_t cid,
|
| Register array,
|
| intptr_t offset);
|
|
|