Home
last modified time | relevance | path

Searched refs:stack_guard_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate.h1016 StackGuard* stack_guard() { return &stack_guard_; } in stack_guard()
1677 StackGuard stack_guard_; variable
1999 if (mode_ != kNoop) stack_guard_->PopInterruptsScope(); in ~InterruptsScope()
2009 : stack_guard_(isolate->stack_guard()), in InterruptsScope()
2013 if (mode_ != kNoop) stack_guard_->PushInterruptsScope(this); in InterruptsScope()
2017 StackGuard* stack_guard_;
Disolate.cc2520 stack_guard_.isolate_ = this; in Throw()
2972 stack_guard_.InitThread(lock); in Throw()