Searched refs:jdwp_options_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Druntime.cc1296 jdwp_options_ = runtime_options.GetOrDefault(Opt::JdwpOptions);
1301 if (!jdwp_options_.empty()) {
1302 bool has_transport = jdwp_options_.find("transport") != std::string::npos;
1305 std::string(" -XjdwpProvider:adbconnection -XjdwpOptions:") + jdwp_options_;
1309 << "-XjdwpOptions:" << transport_internal << jdwp_options_ << std::endl
1311 << "-agentpath:libjdwp.so=" << jdwp_options_ << std::endl
H A Druntime.h770 return jdwp_options_;
1065 std::string jdwp_options_; member in class:art::verifier::VerifyMode

Completed in 11 milliseconds