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

  /external/v8/src/
execution.h 185 return thread_local_.climit_;
207 thread_local_.climit_ = value;
215 thread_local_.climit_ = thread_local_.real_climit_;
253 uintptr_t climit_; member in class:v8::internal::StackGuard::ThreadLocal
execution.cc 218 thread_local_.climit_ != kInterruptLimit);
238 if (thread_local_.climit_ == thread_local_.real_climit_) {
239 thread_local_.climit_ = limit;
371 climit_ = kIllegalLimit;
388 climit_ = limit;

Completed in 6903 milliseconds