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

  /external/v8/src/
execution.h 259 static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe);
262 static const uintptr_t kInterruptLimit = 0xfffffffe;
execution.cc 55 thread_local_.jslimit_ = kInterruptLimit;
56 thread_local_.climit_ = kInterruptLimit;
344 return (thread_local_.jslimit_ != kInterruptLimit &&
345 thread_local_.climit_ != kInterruptLimit);
435 thread_local_.jslimit_ = thread_local_.climit_ = kInterruptLimit;
453 thread_local_.jslimit_ = thread_local_.climit_ = kInterruptLimit;

Completed in 674 milliseconds