Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h107 enum InterruptFlag { enum
141 bool CheckInterrupt(InterruptFlag flag);
142 void RequestInterrupt(InterruptFlag flag);
143 void ClearInterrupt(InterruptFlag flag);
144 bool CheckAndClearInterrupt(InterruptFlag flag);
Dexecution.cc357 InterruptFlag flag = static_cast<InterruptFlag>(interrupt); in PopInterruptsScope()
371 bool StackGuard::CheckInterrupt(InterruptFlag flag) { in CheckInterrupt()
377 void StackGuard::RequestInterrupt(InterruptFlag flag) { in RequestInterrupt()
394 void StackGuard::ClearInterrupt(InterruptFlag flag) { in ClearInterrupt()
408 bool StackGuard::CheckAndClearInterrupt(InterruptFlag flag) { in CheckAndClearInterrupt()
Disolate.h2006 bool Intercept(StackGuard::InterruptFlag flag);
Disolate.cc4156 bool InterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Throw()