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 182 return thread_local_.real_climit_;
257 uintptr_t real_climit_; // Actual C++ stack limit set for the VM. member in class:v8::internal::FINAL::FINAL
execution.cc 32 thread_local_.climit_ = thread_local_.real_climit_;
320 if (thread_local_.climit_ == thread_local_.real_climit_) {
323 thread_local_.real_climit_ = limit;
431 per_thread->set_stack_limit(thread_local_.real_climit_);
438 real_climit_ = kIllegalLimit;
447 if (real_climit_ == kIllegalLimit) {
453 real_climit_ = limit;

Completed in 58 milliseconds