Home
last modified time | relevance | path

Searched refs:StopDebugger (Results 1 – 5 of 5) sorted by relevance

/art/adbconnection/
Dadbconnection.h54 void StopDebugger() override;
Dadbconnection.cc111 void AdbConnectionDebuggerController::StopDebugger() { in StopDebugger() function in adbconnection::AdbConnectionDebuggerController
/art/runtime/
Druntime_callbacks.h80 virtual void StopDebugger() = 0;
266 void StopDebugger() NO_THREAD_SAFETY_ANALYSIS;
Druntime_callbacks.cc92 void RuntimeCallbacks::StopDebugger() { in StopDebugger() function in art::RuntimeCallbacks
94 cb->StopDebugger(); in StopDebugger()
Druntime.cc437 GetRuntimeCallbacks()->StopDebugger(); in ~Runtime()