Searched refs:can_deopt (Results 1 - 19 of 19) sorted by relevance

/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h2388 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) argument
2389 : op_(op), can_deopt_(can_deopt) {
2397 bool can_deopt() const { return can_deopt_; } function in class:v8::internal::final
2409 LShiftS(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) argument
2410 : op_(op), can_deopt_(can_deopt) {
2418 bool can_deopt() const { return can_deopt_; } function in class:v8::internal::final
H A Dlithium-arm64.cc2024 bool can_deopt = false; local
2026 can_deopt = !instr->CheckFlag(HInstruction::kUint32);
2031 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt));
2034 result = DefineAsRegister(new (zone()) LShiftS(op, left, right, can_deopt));
2037 return can_deopt ? AssignEnvironment(result) : result;
H A Dlithium-codegen-arm64.cc4493 if (instr->can_deopt()) {
4505 if ((instr->op() == Token::SHR) && instr->can_deopt()) {
4556 if (instr->can_deopt()) {
4568 if ((instr->op() == Token::SHR) && instr->can_deopt()) {
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1156 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) argument
1157 : op_(op), can_deopt_(can_deopt) {
1165 bool can_deopt() const { return can_deopt_; } function in class:v8::internal::final
H A Dlithium-codegen-arm.cc1608 if (instr->can_deopt()) {
1645 if (instr->can_deopt()) {
1655 instr->can_deopt()) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1167 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) argument
1168 : op_(op), can_deopt_(can_deopt) {
1179 bool can_deopt() const { return can_deopt_; } function in class:v8::internal::final
H A Dlithium-codegen-ia32.cc1389 if (instr->can_deopt()) {
1406 if (shift_count == 0 && instr->can_deopt()) {
1421 } else if (instr->can_deopt()) {
1429 instr->can_deopt()) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1134 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) argument
1135 : op_(op), can_deopt_(can_deopt) {
1143 bool can_deopt() const { return can_deopt_; } function in class:v8::internal::final
H A Dlithium-codegen-mips.cc1504 if (instr->can_deopt()) {
1539 if (instr->can_deopt()) {
1550 instr->can_deopt()) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1152 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) argument
1153 : op_(op), can_deopt_(can_deopt) {
1161 bool can_deopt() const { return can_deopt_; } function in class:v8::internal::final
H A Dlithium-codegen-mips64.cc1600 if (instr->can_deopt()) {
1638 if (instr->can_deopt()) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1142 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) argument
1143 : op_(op), can_deopt_(can_deopt) {
1151 bool can_deopt() const { return can_deopt_; } function in class:v8::internal::final
H A Dlithium-codegen-ppc.cc1610 if (instr->can_deopt()) {
1653 if (instr->can_deopt()) {
1667 instr->can_deopt()) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1060 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) argument
1061 : op_(op), can_deopt_(can_deopt) {
1069 bool can_deopt() const { return can_deopt_; } function in class:v8::internal::final
H A Dlithium-codegen-s390.cc1590 if (instr->can_deopt()) {
1641 if (instr->can_deopt()) {
1655 instr->can_deopt()) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1164 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) argument
1165 : op_(op), can_deopt_(can_deopt) {
1173 bool can_deopt() const { return can_deopt_; } function in class:v8::internal::final
H A Dlithium-codegen-x64.cc1491 if (instr->can_deopt()) {
1520 } else if (instr->can_deopt()) {
1532 if (instr->can_deopt()) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1161 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) argument
1162 : op_(op), can_deopt_(can_deopt) {
1173 bool can_deopt() const { return can_deopt_; } function in class:v8::internal::final
H A Dlithium-codegen-x87.cc1690 if (instr->can_deopt()) {
1707 if (shift_count == 0 && instr->can_deopt()) {
1722 } else if (instr->can_deopt()) {
1730 instr->can_deopt()) {

Completed in 291 milliseconds