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

  /art/runtime/jdwp/
jdwp_priv.h 48 bool InitSocketTransport(JdwpState*, const JdwpOptions*);
49 bool InitAdbTransport(JdwpState*, const JdwpOptions*);
60 virtual bool Establish(const JdwpOptions*) = 0;
jdwp.h 102 struct JdwpOptions {
127 static JdwpState* Create(const JdwpOptions* options)
301 explicit JdwpState(const JdwpOptions* options);
331 const JdwpOptions* options_;
jdwp_socket.cc 55 virtual bool Establish(const JdwpOptions*);
69 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) {
261 bool JdwpSocketState::Establish(const JdwpOptions* options) {
jdwp_adb.cc 79 virtual bool Establish(const JdwpOptions*) {
123 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) {
jdwp_main.cc 200 JdwpState::JdwpState(const JdwpOptions* options)
235 JdwpState* JdwpState::Create(const JdwpOptions* options) {
  /art/runtime/
debugger.cc 301 static JDWP::JdwpOptions gJdwpOptions;
    [all...]

Completed in 207 milliseconds