HomeSort by relevance Sort by last modified time
    Searched refs:JdwpOptions (Results 1 - 12 of 12) sorted by null

  /art/runtime/jdwp/
jdwp_priv.h 67 bool InitSocketTransport(JdwpState*, const JdwpOptions*);
68 bool InitAdbTransport(JdwpState*, const JdwpOptions*);
79 virtual bool Establish(const JdwpOptions*) = 0;
jdwp.h 105 struct JdwpOptions {
113 bool operator==(const JdwpOptions& lhs, const JdwpOptions& rhs);
135 static JdwpState* Create(const JdwpOptions* options)
297 explicit JdwpState(const JdwpOptions* options);
353 const JdwpOptions* options_;
jdwp_socket.cc 57 virtual bool Establish(const JdwpOptions*);
71 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) {
263 bool JdwpSocketState::Establish(const JdwpOptions* options) {
jdwp_main.cc 211 JdwpState::JdwpState(const JdwpOptions* options)
246 JdwpState* JdwpState::Create(const JdwpOptions* options) {
650 bool operator==(const JdwpOptions& lhs, const JdwpOptions& rhs) {
jdwp_adb.cc 79 virtual bool Establish(const JdwpOptions*) {
123 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) {
  /art/cmdline/
cmdline_parser_test.cc 369 JDWP::JdwpOptions opt = JDWP::JdwpOptions();
376 EXPECT_SINGLE_PARSE_VALUE(opt, opt_args, M::JdwpOptions);
383 JDWP::JdwpOptions opt = JDWP::JdwpOptions();
391 EXPECT_SINGLE_PARSE_VALUE(opt, opt_args, M::JdwpOptions);
cmdline_types.h 60 struct CmdlineType<JDWP::JdwpOptions> : CmdlineTypeParser<JDWP::JdwpOptions> {
92 JDWP::JdwpOptions jdwp_options;
121 JDWP::JdwpOptions* jdwp_options) {
176 static const char* Name() { return "JdwpOptions"; }
  /art/runtime/
runtime_options.def 46 RUNTIME_OPTIONS_KEY (JDWP::JdwpOptions, JdwpOptions)
parsed_options.cc 91 .WithType<JDWP::JdwpOptions>()
92 .IntoKey(M::JdwpOptions)
runtime.cc     [all...]
debugger.h 236 static void ConfigureJdwp(const JDWP::JdwpOptions& jdwp_options);
    [all...]
debugger.cc 281 static JDWP::JdwpOptions gJdwpOptions;
690 void Dbg::ConfigureJdwp(const JDWP::JdwpOptions& jdwp_options) {
    [all...]

Completed in 687 milliseconds