Index: src/arm64/lithium-codegen-arm64.h |
diff --git a/src/arm64/lithium-codegen-arm64.h b/src/arm64/lithium-codegen-arm64.h |
index 40fbc381cc4bca24a05ce38742f786ef34a1639b..e24b0313611726762c6aae390228ea33ec453308 100644 |
--- a/src/arm64/lithium-codegen-arm64.h |
+++ b/src/arm64/lithium-codegen-arm64.h |
@@ -213,35 +213,35 @@ class LCodeGen: public LCodeGenBase { |
Register temp, |
LOperand* index, |
String::Encoding encoding); |
- void DeoptimizeBranch(LInstruction* instr, const char* reason, |
+ void DeoptimizeBranch(LInstruction* instr, const char* detail, |
BranchType branch_type, Register reg = NoReg, |
int bit = -1, |
Deoptimizer::BailoutType* override_bailout_type = NULL); |
void Deoptimize(LInstruction* instr, |
Deoptimizer::BailoutType* override_bailout_type = NULL, |
- const char* reason = NULL); |
+ const char* detail = NULL); |
void DeoptimizeIf(Condition cond, LInstruction* instr, |
- const char* reason = NULL); |
+ const char* detail = NULL); |
void DeoptimizeIfZero(Register rt, LInstruction* instr, |
- const char* reason = NULL); |
+ const char* detail = NULL); |
void DeoptimizeIfNotZero(Register rt, LInstruction* instr, |
- const char* reason = NULL); |
+ const char* detail = NULL); |
void DeoptimizeIfNegative(Register rt, LInstruction* instr, |
- const char* reason = NULL); |
+ const char* detail = NULL); |
void DeoptimizeIfSmi(Register rt, LInstruction* instr, |
- const char* reason = NULL); |
+ const char* detail = NULL); |
void DeoptimizeIfNotSmi(Register rt, LInstruction* instr, |
- const char* reason = NULL); |
+ const char* detail = NULL); |
void DeoptimizeIfRoot(Register rt, Heap::RootListIndex index, |
- LInstruction* instr, const char* reason = NULL); |
+ LInstruction* instr, const char* detail = NULL); |
void DeoptimizeIfNotRoot(Register rt, Heap::RootListIndex index, |
- LInstruction* instr, const char* reason = NULL); |
+ LInstruction* instr, const char* detail = NULL); |
void DeoptimizeIfMinusZero(DoubleRegister input, LInstruction* instr, |
- const char* reason = NULL); |
+ const char* detail = NULL); |
void DeoptimizeIfBitSet(Register rt, int bit, LInstruction* instr, |
- const char* reason = NULL); |
+ const char* detail = NULL); |
void DeoptimizeIfBitClear(Register rt, int bit, LInstruction* instr, |
- const char* reason = NULL); |
+ const char* detail = NULL); |
MemOperand PrepareKeyedExternalArrayOperand(Register key, |
Register base, |