Home | History | Annotate | Download | only in src

Lines Matching refs:DEBUGBREAK

6955 void Debug::DebugBreak(Isolate* isolate) {
6958 reinterpret_cast<i::Isolate*>(isolate)->stack_guard()->DebugBreak();
6960 i::Isolate::GetDefaultIsolateStackGuard()->DebugBreak();
6969 internal_isolate->stack_guard()->Continue(i::DEBUGBREAK);
6971 i::Isolate::GetDefaultIsolateStackGuard()->Continue(i::DEBUGBREAK);