| Index: src/arm/macro-assembler-arm.h
|
| ===================================================================
|
| --- src/arm/macro-assembler-arm.h (revision 5890)
|
| +++ src/arm/macro-assembler-arm.h (working copy)
|
| @@ -264,6 +264,14 @@
|
|
|
| void LoadContext(Register dst, int context_chain_length);
|
|
|
| + void LoadGlobalFunction(int index, Register function);
|
| +
|
| + // Load the initial map from the global function. The registers
|
| + // function and map can be the same, function is then overwritten.
|
| + void LoadGlobalFunctionInitialMap(Register function,
|
| + Register map,
|
| + Register scratch);
|
| +
|
| // ---------------------------------------------------------------------------
|
| // JavaScript invokes
|
|
|
|
|