HomeSort by relevance Sort by last modified time
    Searched refs:InterruptFlag (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
execution.h 36 enum InterruptFlag {
179 static void Continue(InterruptFlag after_what);
debug.h 297 static bool is_interrupt_pending(InterruptFlag what) {
302 static void set_interrupts_pending(InterruptFlag what) {
307 static void clear_interrupt_pending(InterruptFlag what) {
execution.cc 325 void StackGuard::Continue(InterruptFlag after_what) {

Completed in 345 milliseconds