Home | History | Annotate | Download | only in src

Lines Matching defs:DebugBreak

5597 void Debug::DebugBreak(Isolate* isolate) {
5600 reinterpret_cast<i::Isolate*>(isolate)->stack_guard()->DebugBreak();
5602 i::Isolate::GetDefaultIsolateStackGuard()->DebugBreak();
5611 internal_isolate->stack_guard()->Continue(i::DEBUGBREAK);
5613 i::Isolate::GetDefaultIsolateStackGuard()->Continue(i::DEBUGBREAK);