HomeSort by relevance Sort by last modified time
    Searched defs:is_truncating (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ic/
ic-state.cc 287 bool is_truncating = Token::IsTruncatingBinaryOp(op()); local
288 if (object->IsOddball() && is_truncating) {
293 new_kind = is_truncating ? INT32 : NUMBER;
  /external/v8/src/
code-stubs.h 1411 bool is_truncating() const { return IsTruncatingBits::decode(minor_key_); } function in class:v8::DoubleToIStub
    [all...]

Completed in 597 milliseconds