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

  /external/v8/src/
execution.cc 238 if (thread_local_.climit_ == thread_local_.real_climit_) {
241 thread_local_.real_climit_ = limit;
363 reinterpret_cast<void*>(thread_local_.real_climit_));
370 real_climit_ = kIllegalLimit;
380 if (real_climit_ == kIllegalLimit) {
387 real_climit_ = limit;
execution.h 215 thread_local_.climit_ = thread_local_.real_climit_;
252 uintptr_t real_climit_; // Actual C++ stack limit set for the VM. member in class:v8::internal::StackGuard::ThreadLocal

Completed in 27 milliseconds