Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 40cdcf4f4417195fae00905fd4054a9270fc14d7..9718120df6d8b27a64c6e7251218bcbb4bc9cc31 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -71,6 +71,7 @@ class LCodeGen BASE_EMBEDDED { |
void FinishCode(Handle<Code> code); |
// Deferred code support. |
+ void DoDeferredDivI(LDivI* instr); |
void DoDeferredNumberTagD(LNumberTagD* instr); |
void DoDeferredNumberTagI(LNumberTagI* instr); |
void DoDeferredTaggedToI(LTaggedToI* instr); |
@@ -197,6 +198,9 @@ class LCodeGen BASE_EMBEDDED { |
void RecordSafepointWithRegisters(LPointerMap* pointers, |
int arguments, |
int deoptimization_index); |
+ void RecordSafepointWithRegistersAndDoubles(LPointerMap* pointers, |
+ int arguments, |
+ int deoptimization_index); |
void RecordPosition(int position); |
static Condition TokenToCondition(Token::Value op, bool is_unsigned); |