Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h171 void PopInterruptsScope();
Dexecution.cc343 void StackGuard::PopInterruptsScope() { in PopInterruptsScope() function in v8::internal::StackGuard
Disolate.h1999 if (mode_ != kNoop) stack_guard_->PopInterruptsScope(); in ~InterruptsScope()