Home
last modified time | relevance | path

Searched defs:JdwpState (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc84 static JdwpError RequestInvoke(JdwpState*, Request* request, in RequestInvoke() argument
125 static JdwpError VM_Version(JdwpState*, Request*, ExpandBuf* pReply) in VM_Version() argument
149 static JdwpError VM_ClassesBySignature(JdwpState*, Request* request, ExpandBuf* pReply) in VM_ClassesBySignature() argument
181 static JdwpError VM_AllThreads(JdwpState*, Request*, ExpandBuf* pReply) in VM_AllThreads() argument
197 static JdwpError VM_TopLevelThreadGroups(JdwpState*, Request*, ExpandBuf* pReply) in VM_TopLevelThreadGroups() argument
216 static JdwpError VM_IDSizes(JdwpState*, Request*, ExpandBuf* pReply) in VM_IDSizes() argument
226 static JdwpError VM_Dispose(JdwpState*, Request*, ExpandBuf*) in VM_Dispose() argument
238 static JdwpError VM_Suspend(JdwpState*, Request*, ExpandBuf*) in VM_Suspend() argument
250 static JdwpError VM_Resume(JdwpState*, Request*, ExpandBuf*) in VM_Resume() argument
269 static JdwpError VM_CreateString(JdwpState*, Request* request, ExpandBuf* pReply) in VM_CreateString() argument
[all …]
Djdwp.h123 struct JdwpState { struct
365 pthread_t pthread_;
366 Thread* thread_;
369 ObjectId debug_thread_id_;
383 Atomic<int64_t> last_activity_time_ms_;
386 AtomicInteger request_serial_;
387 AtomicInteger event_serial_;
399 Mutex jdwp_token_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
401 ObjectId jdwp_token_owner_thread_id_;
403 bool ddm_is_active_;
[all …]
Djdwp_main.cc208 JdwpState::JdwpState(const JdwpOptions* options) in JdwpState() function in art::JDWP::JdwpState