Searched refs:IsDebuggerConfigured (Results 1 – 5 of 5) sorted by relevance
56 bool IsDebuggerConfigured() override;
124 bool AdbConnectionDebuggerController::IsDebuggerConfigured() { in IsDebuggerConfigured() function in adbconnection::AdbConnectionDebuggerController
83 virtual bool IsDebuggerConfigured() = 0;267 bool IsDebuggerConfigured() REQUIRES_SHARED(Locks::mutator_lock_);
77 bool RuntimeCallbacks::IsDebuggerConfigured() { in IsDebuggerConfigured() function in art::RuntimeCallbacks79 if (cb->IsDebuggerConfigured()) { in IsDebuggerConfigured()
172 return Runtime::Current()->GetRuntimeCallbacks()->IsDebuggerConfigured(); in VMDebug_isDebuggingEnabled()