Index: src/x64/macro-assembler-x64.h |
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
index 9f25d60ddfbfd4b00b1fd6dabbea45d32d9c8e31..1a5e97cbf3cb043b436007218bf8ab9cb9d31e61 100644 |
--- a/src/x64/macro-assembler-x64.h |
+++ b/src/x64/macro-assembler-x64.h |
@@ -1246,6 +1246,10 @@ class MacroAssembler: public Assembler { |
void NegativeZeroTest(Register result, Register op1, Register op2, |
Register scratch, Label* then_label); |
+ // Machine code version of Map::GetConstructor(). |
+ // |temp| holds |result|'s map when done. |
+ void GetMapConstructor(Register result, Register map, Register temp); |
+ |
// 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 |