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