Searched refs:DEBUGBREAK (Results 1 – 6 of 6) sorted by relevance
871 ASSERT(prev_ != NULL || !debug->is_interrupt_pending(DEBUGBREAK)); in EnterDebugger()914 debug->set_interrupts_pending(DEBUGBREAK); in ~EnterDebugger()915 isolate_->stack_guard()->Continue(DEBUGBREAK); in ~EnterDebugger()928 if (debug->is_interrupt_pending(DEBUGBREAK)) { in ~EnterDebugger()929 debug->clear_interrupt_pending(DEBUGBREAK); in ~EnterDebugger()
354 return thread_local_.interrupt_flags_ & DEBUGBREAK; in IsDebugBreak()360 thread_local_.interrupt_flags_ |= DEBUGBREAK; in DebugBreak()736 isolate->stack_guard()->Continue(DEBUGBREAK); in DebugBreakHelper()
38 DEBUGBREAK = 1 << 1, enumerator
2348 isolate_->debug()->clear_interrupt_pending(DEBUGBREAK); in ProcessDebugEvent()
4937 internal_isolate->stack_guard()->Continue(i::DEBUGBREAK); in CancelDebugBreak()4939 i::Isolate::GetDefaultIsolateStackGuard()->Continue(i::DEBUGBREAK); in CancelDebugBreak()
6675 isolate->stack_guard()->Continue(i::DEBUGBREAK); in BreakMessageHandler()