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

  /external/v8/src/
execution.h 218 return thread_local_.jslimit_;
224 return reinterpret_cast<Address>(&thread_local_.jslimit_);
286 uintptr_t jslimit_; member in class:v8::internal::StackGuard::ThreadLocal
execution.cc 55 thread_local_.jslimit_ = kInterruptLimit;
63 thread_local_.jslimit_ = thread_local_.real_jslimit_;
344 return (thread_local_.jslimit_ != kInterruptLimit &&
362 if (thread_local_.jslimit_ == thread_local_.real_jslimit_) {
363 thread_local_.jslimit_ = jslimit;
435 thread_local_.jslimit_ = thread_local_.climit_ = kInterruptLimit;
453 thread_local_.jslimit_ = thread_local_.climit_ = kInterruptLimit;
531 jslimit_ = kIllegalLimit;
549 jslimit_ = SimulatorStack::JsLimitFromCLimit(isolate, limit);

Completed in 145 milliseconds