Searched defs:can_deopt (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 2736 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool 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() 2766 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
D | lithium-arm64.cc | 2235 bool can_deopt = false; in DoShift() local
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.h | 1275 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1284 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 1276 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1285 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 1295 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1304 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 1279 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1288 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 1291 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1303 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.h | 1305 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 1317 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|