Index: src/arm/codegen-arm.h |
=================================================================== |
--- src/arm/codegen-arm.h (revision 4527) |
+++ src/arm/codegen-arm.h (working copy) |
@@ -157,7 +157,7 @@ |
// states of the generated code. |
enum NopMarkerTypes { |
NON_MARKING_NOP = 0, |
- PROPERTY_LOAD_INLINED |
+ PROPERTY_ACCESS_INLINED |
}; |
@@ -320,6 +320,10 @@ |
// passed on the stack, and remain there. |
void EmitKeyedLoad(); |
+ // Store a keyed property. Key and receiver are on the stack and the value is |
+ // in r0. Result is returned in r0. |
+ void EmitKeyedStore(StaticType* key_type); |
+ |
void LoadFromGlobalSlotCheckExtensions(Slot* slot, |
TypeofState typeof_state, |
JumpTarget* slow); |