Index: runtime/vm/flow_graph_compiler_ia32.h |
=================================================================== |
--- runtime/vm/flow_graph_compiler_ia32.h (revision 17135) |
+++ runtime/vm/flow_graph_compiler_ia32.h (working copy) |
@@ -243,6 +243,12 @@ |
static FieldAddress ElementAddressForRegIndex(intptr_t cid, |
Register array, |
Register index); |
+ static Address ExternalElementAddressForIntIndex(intptr_t cid, |
+ Register array, |
+ intptr_t offset); |
+ static Address ExternalElementAddressForRegIndex(intptr_t cid, |
+ Register array, |
+ Register index); |
private: |
void EmitFrameEntry(); |