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

  /external/v8/src/
execution.h 260 static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8);
263 static const uintptr_t kIllegalLimit = 0xfffffff8;
execution.cc 530 real_jslimit_ = kIllegalLimit;
531 jslimit_ = kIllegalLimit;
532 real_climit_ = kIllegalLimit;
533 climit_ = kIllegalLimit;
542 if (real_climit_ == kIllegalLimit) {

Completed in 56 milliseconds