Searched defs:can_deopt (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm/ |
D | lithium-arm.h | 870 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 878 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/x64/ |
D | lithium-x64.h | 867 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 875 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/mips/ |
D | lithium-mips.h | 869 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 877 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 880 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() 888 bool can_deopt() const { return can_deopt_; } in can_deopt() function
|