Searched defs:can_deopt (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2549 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 2558 bool can_deopt() const { return can_deopt_; } in can_deopt() function 2570 LShiftS(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftS() 2579 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
D | lithium-arm64.cc | 2092 bool can_deopt = false; in DoShift() local
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1172 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1181 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1178 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1187 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1198 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1210 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1190 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1199 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1204 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1216 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1193 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1202 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1094 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1103 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1202 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1211 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|