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/
H A Dinterrupts-scope.cc14 : stack_guard_(isolate->stack_guard()), in InterruptsScope()
18 if (mode_ != kNoop) stack_guard_->PushInterruptsScope(this); in InterruptsScope()
H A Dinterrupts-scope.h25 if (mode_ != kNoop) stack_guard_->PopInterruptsScope(); in ~InterruptsScope()
35 StackGuard* stack_guard_; member in v8::internal::InterruptsScope
H A 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_; member in v8::internal::final
H A Disolate.cc3314 CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, isolate_data_.stack_guard_)), in ThrowInternal()

Completed in 10 milliseconds