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 436 real_jslimit_ = kIllegalLimit;
437 jslimit_ = kIllegalLimit;
438 real_climit_ = kIllegalLimit;
439 climit_ = kIllegalLimit;
447 if (real_climit_ == kIllegalLimit) {

Completed in 40 milliseconds