Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Disolate.h871 StackGuard* stack_guard() { return &stack_guard_; } in stack_guard()
1232 StackGuard stack_guard_; variable
1464 : stack_guard_(isolate->stack_guard()),
1467 stack_guard_->PushPostponeInterruptsScope(this);
1471 stack_guard_->PopPostponeInterruptsScope(); in ~PostponeInterruptsScope()
1479 StackGuard* stack_guard_;
Disolate.cc1531 stack_guard_.isolate_ = this; in Isolate()
1901 stack_guard_.InitThread(lock); in Init()