Home
last modified time | relevance | path

Searched refs:is_interrupt_pending (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddebug.cc3216 ASSERT(prev_ != NULL || !debug->is_interrupt_pending(PREEMPT)); in EnterDebugger()
3217 ASSERT(prev_ != NULL || !debug->is_interrupt_pending(DEBUGBREAK)); in EnterDebugger()
3269 if (debug->is_interrupt_pending(PREEMPT)) { in ~EnterDebugger()
3275 if (debug->is_interrupt_pending(DEBUGBREAK)) { in ~EnterDebugger()
Ddebug.h313 bool is_interrupt_pending(InterruptFlag what) { in is_interrupt_pending() function