Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h36 enum InterruptFlag { enum
188 void Continue(InterruptFlag after_what);
Ddebug.h306 bool is_interrupt_pending(InterruptFlag what) { in is_interrupt_pending()
311 void set_interrupts_pending(InterruptFlag what) { in set_interrupts_pending()
316 void clear_interrupt_pending(InterruptFlag what) { in clear_interrupt_pending()
Dexecution.cc380 void StackGuard::Continue(InterruptFlag after_what) { in Continue()