Searched refs:IsDebuggerConfigured (Results 1 – 7 of 7) sorted by relevance
54 bool IsDebuggerConfigured() override;
99 bool AdbConnectionDebuggerController::IsDebuggerConfigured() { in IsDebuggerConfigured() function in adbconnection::AdbConnectionDebuggerController
82 virtual bool IsDebuggerConfigured() = 0;253 bool IsDebuggerConfigured() REQUIRES_SHARED(Locks::mutator_lock_);
77 bool RuntimeCallbacks::IsDebuggerConfigured() { in IsDebuggerConfigured() function in art::RuntimeCallbacks79 if (cb->IsDebuggerConfigured()) { in IsDebuggerConfigured()
70 bool IsDebuggerConfigured() override;
375 bool InternalDebuggerControlCallback::IsDebuggerConfigured() { in IsDebuggerConfigured() function in art::InternalDebuggerControlCallback
180 return Runtime::Current()->GetRuntimeCallbacks()->IsDebuggerConfigured(); in VMDebug_isDebuggingEnabled()