Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h817 StackGuard* stack_guard() { return &stack_guard_; } in stack_guard()
1216 StackGuard stack_guard_; variable
1469 : stack_guard_(isolate->stack_guard()),
1472 stack_guard_->PushPostponeInterruptsScope(this);
1476 stack_guard_->PopPostponeInterruptsScope(); in ~PostponeInterruptsScope()
1484 StackGuard* stack_guard_;
Disolate.cc1803 stack_guard_.isolate_ = this; in Isolate()
2157 stack_guard_.InitThread(lock); in Init()