HomeSort by relevance Sort by last modified time
    Searched full:ignore_overflow (Results 1 - 4 of 4) sorted by null

  /external/v8/src/heap/
slots-buffer.h 119 enum AdditionMode { FAIL_ON_OVERFLOW, IGNORE_OVERFLOW };
mark-compact-inl.h 80 SlotsBuffer::IGNORE_OVERFLOW));
mark-compact.cc     [all...]
  /external/v8/src/runtime/
runtime-strings.cc 826 bool ignore_overflow = Converter::kIsToLower || result->IsSeqTwoByteString(); local
836 (ignore_overflow || !ToUpperOverflows(current))) {
879 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length)
    [all...]

Completed in 155 milliseconds