Home | History | Annotate | Download | only in src

Lines Matching refs:DebugBreak

871     ASSERT(prev_ != NULL || !debug->is_interrupt_pending(DEBUGBREAK));
914 debug->set_interrupts_pending(DEBUGBREAK);
915 isolate_->stack_guard()->Continue(DEBUGBREAK);
928 if (debug->is_interrupt_pending(DEBUGBREAK)) {
929 debug->clear_interrupt_pending(DEBUGBREAK);
930 isolate_->stack_guard()->DebugBreak();