Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dinterrupts-scope.cc14 : stack_guard_(isolate->stack_guard()), in InterruptsScope()
18 if (mode_ != kNoop) stack_guard_->PushInterruptsScope(this); in InterruptsScope()
Dinterrupts-scope.h25 if (mode_ != kNoop) stack_guard_->PopInterruptsScope(); in ~InterruptsScope()
35 StackGuard* stack_guard_;
Disolate-data.h73 : cage_base_(cage_base), stack_guard_(isolate) {} in IsolateData()
122 StackGuard* stack_guard() { return &stack_guard_; } in stack_guard()
168 StackGuard stack_guard_; variable
Disolate.cc3314 CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, isolate_data_.stack_guard_)), in ThrowInternal()