Index: src/arm/virtual-frame-arm.h |
=================================================================== |
--- src/arm/virtual-frame-arm.h (revision 4527) |
+++ src/arm/virtual-frame-arm.h (working copy) |
@@ -316,6 +316,10 @@ |
// in r0. |
void CallKeyedLoadIC(); |
+ // Call keyed store IC. Key and receiver are on the stack and the value is in |
+ // r0. Result is returned in r0. |
+ void CallKeyedStoreIC(); |
+ |
// Call into an IC stub given the number of arguments it removes |
// from the stack. Register arguments to the IC stub are implicit, |
// and depend on the type of IC stub. |