Searched refs:jslimit_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dexecution.h218 return thread_local_.jslimit_;
224 return reinterpret_cast<Address>(&thread_local_.jslimit_);
286 uintptr_t jslimit_; member in class:v8::internal::StackGuard::ThreadLocal
H A Dexecution.cc55 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 234 milliseconds