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 215 return thread_local_.real_climit_;
287 uintptr_t real_climit_; // Actual C++ stack limit set for the VM. member in class:v8::internal::StackGuard::ThreadLocal
execution.cc 64 thread_local_.climit_ = thread_local_.real_climit_;
365 if (thread_local_.climit_ == thread_local_.real_climit_) {
368 thread_local_.real_climit_ = limit;
525 per_thread->set_stack_limit(thread_local_.real_climit_);
532 real_climit_ = kIllegalLimit;
542 if (real_climit_ == kIllegalLimit) {
550 real_climit_ = limit;

Completed in 45 milliseconds