Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h110 enum InterruptFlag { enum
145 bool CheckInterrupt(InterruptFlag flag);
146 void RequestInterrupt(InterruptFlag flag);
147 void ClearInterrupt(InterruptFlag flag);
148 bool CheckAndClearInterrupt(InterruptFlag flag);
Dexecution.cc296 bool StackGuard::CheckInterrupt(InterruptFlag flag) { in CheckInterrupt()
302 void StackGuard::RequestInterrupt(InterruptFlag flag) { in RequestInterrupt()
319 void StackGuard::ClearInterrupt(InterruptFlag flag) { in ClearInterrupt()
334 bool StackGuard::CheckAndClearInterrupt(InterruptFlag flag) { in CheckAndClearInterrupt()
Disolate.h1481 bool Intercept(StackGuard::InterruptFlag flag);
Disolate.cc2826 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Intercept()