Searched defs:can_deopt (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2654 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool 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() 2684 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
D | lithium-arm64.cc | 2202 bool can_deopt = false; in DoShift() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1188 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1197 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1219 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1231 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1211 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1220 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1214 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1223 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1231 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1243 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1229 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1238 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1233 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1242 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|