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

  /external/chromium_org/v8/src/
execution.h 179 return thread_local_.climit_;
258 uintptr_t climit_; member in class:v8::internal::FINAL::FINAL
execution.cc 24 thread_local_.climit_ = kInterruptLimit;
32 thread_local_.climit_ = thread_local_.real_climit_;
320 if (thread_local_.climit_ == thread_local_.real_climit_) {
321 thread_local_.climit_ = limit;
439 climit_ = kIllegalLimit;
454 climit_ = limit;

Completed in 842 milliseconds