Index: src/x64/macro-assembler-x64.h |
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
index 68795a48c1f4e6ca73c282cd8983d9ae290cb775..a53bfd59fb213510921040d7b2e9161738fcf0b5 100644 |
--- a/src/x64/macro-assembler-x64.h |
+++ b/src/x64/macro-assembler-x64.h |
@@ -956,6 +956,9 @@ class MacroAssembler: public Assembler { |
void AbortIfNotSmi(Register object); |
void AbortIfNotSmi(const Operand& object); |
+ // Abort execution if argument is not a fixed array. Used in debug code. |
+ void AbortIfNotFixedArray(Register object); |
+ |
// Abort execution if a 64 bit register containing a 32 bit payload does not |
// have zeros in the top 32 bits. |
void AbortIfNotZeroExtended(Register reg); |