Searched refs:GetJdwpOptions (Results 1 – 2 of 2) sorted by relevance
102 return IsDebuggingPossible() && !art::Runtime::Current()->GetJdwpOptions().empty(); in IsDebuggerConfigured()865 const std::string& opts = art::Runtime::Current()->GetJdwpOptions(); in MakeAgentArg()895 return ValidateJdwpOptions(art::Runtime::Current()->GetJdwpOptions()); in ArtPlugin_Initialize()
769 const std::string& GetJdwpOptions() { in GetJdwpOptions() function