Home
last modified time | relevance | path

Searched refs:IsTruncatingBinaryOp (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dtoken.h198 static bool IsTruncatingBinaryOp(Value op) { in IsTruncatingBinaryOp() function
/external/v8/src/ic/
Dic-state.cc347 if (!Token::IsTruncatingBinaryOp(op_)) { in Update()
389 bool is_truncating = Token::IsTruncatingBinaryOp(op()); in UpdateKind()