Home
last modified time | relevance | path

Searched refs:can_deopt (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2654 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
2655 : op_(op), can_deopt_(can_deopt) { in LShiftI()
2663 bool can_deopt() const { return can_deopt_; } in can_deopt() function
2675 LShiftS(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftS() argument
2676 : op_(op), can_deopt_(can_deopt) { in LShiftS()
2684 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-arm64.cc2202 bool can_deopt = false; in DoShift() local
2204 can_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
2209 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt)); in DoShift()
2212 result = DefineAsRegister(new (zone()) LShiftS(op, left, right, can_deopt)); in DoShift()
2215 return can_deopt ? AssignEnvironment(result) : result; in DoShift()
Dlithium-codegen-arm64.cc4606 if (instr->can_deopt()) { in DoShiftI()
4618 if ((instr->op() == Token::SHR) && instr->can_deopt()) { in DoShiftI()
4669 if (instr->can_deopt()) { in DoShiftS()
4681 if ((instr->op() == Token::SHR) && instr->can_deopt()) { in DoShiftS()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1219 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1220 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1231 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-ia32.cc1534 if (instr->can_deopt()) { in DoShiftI()
1551 if (shift_count == 0 && instr->can_deopt()) { in DoShiftI()
1566 } else if (instr->can_deopt()) { in DoShiftI()
1574 instr->can_deopt()) { in DoShiftI()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1231 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1232 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1243 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-x87.cc1835 if (instr->can_deopt()) { in DoShiftI()
1852 if (shift_count == 0 && instr->can_deopt()) { in DoShiftI()
1867 } else if (instr->can_deopt()) { in DoShiftI()
1875 instr->can_deopt()) { in DoShiftI()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1211 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1212 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1220 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-mips.cc1523 if (instr->can_deopt()) { in DoShiftI()
1558 if (instr->can_deopt()) { in DoShiftI()
1569 instr->can_deopt()) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1214 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1215 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1223 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-x64.cc1537 if (instr->can_deopt()) { in DoShiftI()
1566 } else if (instr->can_deopt()) { in DoShiftI()
1578 if (instr->can_deopt()) { in DoShiftI()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1233 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1234 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1242 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-arm.cc1650 if (instr->can_deopt()) { in DoShiftI()
1687 if (instr->can_deopt()) { in DoShiftI()
1697 instr->can_deopt()) { in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1229 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1230 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1238 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-mips64.cc1615 if (instr->can_deopt()) { in DoShiftI()
1653 if (instr->can_deopt()) { in DoShiftI()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1188 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1189 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1197 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-ppc.cc1628 if (instr->can_deopt()) { in DoShiftI()
1671 if (instr->can_deopt()) { in DoShiftI()
1685 instr->can_deopt()) { in DoShiftI()