Index: src/mips64/macro-assembler-mips64.h |
diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h |
index d38982f6547d1ca05e1a6c2650fec314e1d373ed..52db677d5d961f04eac5c5fb5423ca1a724b8cf1 100644 |
--- a/src/mips64/macro-assembler-mips64.h |
+++ b/src/mips64/macro-assembler-mips64.h |
@@ -1028,6 +1028,11 @@ class MacroAssembler: public Assembler { |
// ------------------------------------------------------------------------- |
// Support functions. |
+ // Machine code version of Map::GetConstructor(). |
+ // |temp| holds |result|'s map when done, and |temp2| its instance type. |
+ void GetMapConstructor(Register result, Register map, Register temp, |
+ Register temp2); |
+ |
// Try to get function prototype of a function and puts the value in |
// the result register. Checks that the function really is a |
// function and jumps to the miss label if the fast checks fail. The |