Home
last modified time | relevance | path

Searched defs:jdwp_options (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_main.cc43 JdwpOptions* jdwp_options) { in ParseJdwpOption()
104 bool ParseJdwpOptions(const std::string& options, JdwpOptions* jdwp_options) { in ParseJdwpOptions()
/art/runtime/
Ddebugger.cc748 void Dbg::ConfigureJdwp(const JDWP::JdwpOptions& jdwp_options) { in ConfigureJdwp()