Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index ac46f05dbf745e0a111a71e87002aa8e5b1d7475..9281537c1eca5ad2a27087f2dd333f96de6799d2 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -213,14 +213,18 @@ class LCodeGen BASE_EMBEDDED { |
RECORD_SAFEPOINT_WITH_REGISTERS_AND_NO_ARGUMENTS |
}; |
- void CallCode(Handle<Code> code, |
- RelocInfo::Mode mode, |
- LInstruction* instr); |
- |
- void CallCodeGeneric(Handle<Code> code, |
- RelocInfo::Mode mode, |
- LInstruction* instr, |
- SafepointMode safepoint_mode); |
+ void CallCode( |
+ Handle<Code> code, |
+ RelocInfo::Mode mode, |
+ LInstruction* instr, |
+ TargetAddressStorageMode storage_mode = CAN_INLINE_TARGET_ADDRESS); |
+ |
+ void CallCodeGeneric( |
+ Handle<Code> code, |
+ RelocInfo::Mode mode, |
+ LInstruction* instr, |
+ SafepointMode safepoint_mode, |
+ TargetAddressStorageMode storage_mode = CAN_INLINE_TARGET_ADDRESS); |
void CallRuntime(const Runtime::Function* function, |
int num_arguments, |