Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dlithium-arm64.h2736 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
2737 : op_(op), can_deopt_(can_deopt) { in LShiftI()
2745 bool can_deopt() const { return can_deopt_; } in can_deopt() function
2757 LShiftS(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftS() argument
2758 : op_(op), can_deopt_(can_deopt) { in LShiftS()
2766 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-arm64.cc2235 bool can_deopt = false; in DoShift() local
2238 can_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
2240 can_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToInt32); in DoShift()
2246 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt)); in DoShift()
2249 result = DefineAsRegister(new (zone()) LShiftS(op, left, right, can_deopt)); in DoShift()
2252 return can_deopt ? AssignEnvironment(result) : result; in DoShift()
Dlithium-codegen-arm64.cc4905 if (instr->can_deopt()) { in DoShiftI()
4917 if ((instr->op() == Token::SHR) && instr->can_deopt()) { in DoShiftI()
4968 if (instr->can_deopt()) { in DoShiftS()
4980 if ((instr->op() == Token::SHR) && instr->can_deopt()) { in DoShiftS()
/external/v8/src/ia32/
Dlithium-ia32.h1291 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1292 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1303 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-ia32.cc1625 if (instr->can_deopt()) { in DoShiftI()
1642 if (shift_count == 0 && instr->can_deopt()) { in DoShiftI()
1657 } else if (instr->can_deopt()) { in DoShiftI()
1665 instr->can_deopt()) { in DoShiftI()
/external/v8/src/x87/
Dlithium-x87.h1305 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1306 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1317 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-x87.cc1917 if (instr->can_deopt()) { in DoShiftI()
1934 if (shift_count == 0 && instr->can_deopt()) { in DoShiftI()
1949 } else if (instr->can_deopt()) { in DoShiftI()
1957 instr->can_deopt()) { in DoShiftI()
/external/v8/src/x64/
Dlithium-x64.h1279 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1280 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1288 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-x64.cc1610 if (instr->can_deopt()) { in DoShiftI()
1639 } else if (instr->can_deopt()) { in DoShiftI()
1651 if (instr->can_deopt()) { in DoShiftI()
/external/v8/src/mips64/
Dlithium-mips64.h1275 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1276 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1284 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-mips64.cc1594 if (instr->can_deopt()) { in DoShiftI()
1630 if (instr->can_deopt()) { in DoShiftI()
/external/v8/src/mips/
Dlithium-mips.h1276 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1277 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1285 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-mips.cc1630 if (instr->can_deopt()) { in DoShiftI()
1664 if (instr->can_deopt()) { in DoShiftI()
1674 instr->can_deopt()) { in DoShiftI()
/external/v8/src/arm/
Dlithium-arm.h1295 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() argument
1296 : op_(op), can_deopt_(can_deopt) { in LShiftI()
1304 bool can_deopt() const { return can_deopt_; } in can_deopt() function
Dlithium-codegen-arm.cc1782 if (instr->can_deopt()) { in DoShiftI()
1819 if (instr->can_deopt()) { in DoShiftI()
1829 instr->can_deopt()) { in DoShiftI()