Searched refs:after_what (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dexecution.h204 void Continue(InterruptFlag after_what);
H A Dexecution.cc503 void StackGuard::Continue(InterruptFlag after_what) { argument
505 thread_local_.interrupt_flags_ &= ~static_cast<int>(after_what);
/external/v8/src/
H A Dexecution.h206 void Continue(InterruptFlag after_what);
H A Dexecution.cc488 void StackGuard::Continue(InterruptFlag after_what) { argument
490 thread_local_.interrupt_flags_ &= ~static_cast<int>(after_what);

Completed in 52 milliseconds