| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index b976f6ee0c6b8073b16f8f158ff55f8c14bbcd20..7798c8205ea8992aa705ec3067cd9345f14c5d73 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -772,6 +772,11 @@ class MacroAssembler: public Assembler {
|
|
|
| void LoadContext(Register dst, int context_chain_length);
|
|
|
| + // Load the initial map for new Arrays of a given type.
|
| + void LoadGlobalInitialConstructedArrayMap(Register function_in,
|
| + Register scratch,
|
| + Register map_out);
|
| +
|
| void LoadGlobalFunction(int index, Register function);
|
|
|
| // Load the initial map from the global function. The registers
|
|
|