Home
last modified time | relevance | path

Searched refs:kIllegalLimit (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dexecution.cc450 real_jslimit_ = kIllegalLimit; in Clear()
451 set_jslimit(kIllegalLimit); in Clear()
452 real_climit_ = kIllegalLimit; in Clear()
453 set_climit(kIllegalLimit); in Clear()
461 if (real_climit_ == kIllegalLimit) { in Initialize()
Dexecution.h164 static const uintptr_t kIllegalLimit = uintptr_t{0xfffffffffffffff8};
167 static const uintptr_t kIllegalLimit = 0xfffffff8; variable