Searched refs:IsDebuggerConfigured (Results 1 – 5 of 5) sorted by relevance
54 bool IsDebuggerConfigured() override;
209 bool AdbConnectionDebuggerController::IsDebuggerConfigured() { in IsDebuggerConfigured() function in adbconnection::AdbConnectionDebuggerController
96 virtual bool IsDebuggerConfigured() = 0;269 bool IsDebuggerConfigured() REQUIRES_SHARED(Locks::mutator_lock_);
117 bool RuntimeCallbacks::IsDebuggerConfigured() { in IsDebuggerConfigured() function in art::RuntimeCallbacks119 if (cb->IsDebuggerConfigured()) { in IsDebuggerConfigured()
164 return Runtime::Current()->GetRuntimeCallbacks()->IsDebuggerConfigured(); in VMDebug_isDebuggingEnabled()