Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 5974) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -772,6 +772,13 @@ |
// Find the function context up the context chain. |
void LoadContext(Register dst, int context_chain_length); |
+ // Load the global function with the given index. |
+ void LoadGlobalFunction(int index, Register function); |
+ |
+ // Load the initial map from the global function. The registers |
+ // function and map can be the same. |
+ void LoadGlobalFunctionInitialMap(Register function, Register map); |
+ |
// --------------------------------------------------------------------------- |
// Runtime calls |