Home
last modified time | relevance | path

Searched refs:PushInterruptsScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dexecution.h170 void PushInterruptsScope(InterruptsScope* scope);
Dexecution.cc318 void StackGuard::PushInterruptsScope(InterruptsScope* scope) { in PushInterruptsScope() function in v8::internal::StackGuard
Disolate.h2013 if (mode_ != kNoop) stack_guard_->PushInterruptsScope(this); in InterruptsScope()