Home
last modified time | relevance | path

Searched refs:GetJdwpOptions (Results 1 – 2 of 2) sorted by relevance

/art/adbconnection/
Dadbconnection.cc125 return IsDebuggingPossible() && !art::Runtime::Current()->GetJdwpOptions().empty(); in IsDebuggerConfigured()
843 const std::string& opts = art::Runtime::Current()->GetJdwpOptions(); in MakeAgentArg()
872 return ValidateJdwpOptions(art::Runtime::Current()->GetJdwpOptions()); in ArtPlugin_Initialize()
/art/runtime/
Druntime.h902 const std::string& GetJdwpOptions() { in GetJdwpOptions() function