Home
last modified time | relevance | path

Searched refs:DEBUGBREAK (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Ddebug.h871 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()
Dexecution.cc354 return thread_local_.interrupt_flags_ & DEBUGBREAK; in IsDebugBreak()
360 thread_local_.interrupt_flags_ |= DEBUGBREAK; in DebugBreak()
736 isolate->stack_guard()->Continue(DEBUGBREAK); in DebugBreakHelper()
Dexecution.h38 DEBUGBREAK = 1 << 1, enumerator
Ddebug.cc2348 isolate_->debug()->clear_interrupt_pending(DEBUGBREAK); in ProcessDebugEvent()
Dapi.cc4937 internal_isolate->stack_guard()->Continue(i::DEBUGBREAK); in CancelDebugBreak()
4939 i::Isolate::GetDefaultIsolateStackGuard()->Continue(i::DEBUGBREAK); in CancelDebugBreak()
/external/v8/test/cctest/
Dtest-debug.cc6675 isolate->stack_guard()->Continue(i::DEBUGBREAK); in BreakMessageHandler()