Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.h52 void StopDebugger() override;
Dadbconnection.cc196 void AdbConnectionDebuggerController::StopDebugger() { in StopDebugger() function in adbconnection::AdbConnectionDebuggerController
/art/runtime/
Druntime_callbacks.h93 virtual void StopDebugger() = 0;
268 void StopDebugger() NO_THREAD_SAFETY_ANALYSIS;
Druntime_callbacks.cc132 void RuntimeCallbacks::StopDebugger() { in StopDebugger() function in art::RuntimeCallbacks
134 cb->StopDebugger(); in StopDebugger()
Druntime.cc477 GetRuntimeCallbacks()->StopDebugger(); in ~Runtime()