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

  /external/v8/src/
execution.h 197 return thread_local_.real_climit_;
268 uintptr_t real_climit_; // Actual C++ stack limit set for the VM. member in class:v8::internal::StackGuard::ThreadLocal
execution.cc 63 thread_local_.climit_ = thread_local_.real_climit_;
279 if (thread_local_.climit_ == thread_local_.real_climit_) {
282 thread_local_.real_climit_ = limit;
416 thread_local_.real_climit_);
423 real_climit_ = kIllegalLimit;
433 if (real_climit_ == kIllegalLimit) {
441 real_climit_ = limit;

Completed in 184 milliseconds