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

  /external/v8/src/
execution.h 227 static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8);
230 static const uintptr_t kIllegalLimit = 0xfffffff8;
execution.cc 368 real_jslimit_ = kIllegalLimit;
369 jslimit_ = kIllegalLimit;
370 real_climit_ = kIllegalLimit;
371 climit_ = kIllegalLimit;
380 if (real_climit_ == kIllegalLimit) {

Completed in 14 milliseconds