Home
last modified time | relevance | path

Searched defs:can_deopt (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h2736 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
Dlithium-arm64.cc2235 bool can_deopt = false; in DoShift() local
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.h1275 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/
Dlithium-mips.h1276 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/
Dlithium-arm.h1295 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/
Dlithium-x64.h1279 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/
Dlithium-ia32.h1291 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/
Dlithium-x87.h1305 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