Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h166 enum InterruptFlag { enum
204 bool CheckInterrupt(InterruptFlag flag);
205 void RequestInterrupt(InterruptFlag flag);
206 void ClearInterrupt(InterruptFlag flag);
207 bool CheckAndClearInterrupt(InterruptFlag flag);
Dexecution.cc359 bool StackGuard::CheckInterrupt(InterruptFlag flag) { in CheckInterrupt()
365 void StackGuard::RequestInterrupt(InterruptFlag flag) { in RequestInterrupt()
379 void StackGuard::ClearInterrupt(InterruptFlag flag) { in ClearInterrupt()
394 bool StackGuard::CheckAndClearInterrupt(InterruptFlag flag) { in CheckAndClearInterrupt()
Disolate.h1476 bool Intercept(StackGuard::InterruptFlag flag);
Disolate.cc2378 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Intercept()