Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.cc368 real_jslimit_ = kIllegalLimit; in Clear()
369 jslimit_ = kIllegalLimit; in Clear()
370 real_climit_ = kIllegalLimit; in Clear()
371 climit_ = kIllegalLimit; in Clear()
380 if (real_climit_ == kIllegalLimit) { in Initialize()
Dexecution.h227 static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8); variable
230 static const uintptr_t kIllegalLimit = 0xfffffff8; variable