Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc88 static JdwpError RequestInvoke(JdwpState*, Request* request, in RequestInvoke() argument
129 static JdwpError VM_Version(JdwpState*, Request*, ExpandBuf* pReply) in VM_Version() argument
153 static JdwpError VM_ClassesBySignature(JdwpState*, Request* request, ExpandBuf* pReply) in VM_ClassesBySignature() argument
185 static JdwpError VM_AllThreads(JdwpState*, Request*, ExpandBuf* pReply) in VM_AllThreads() argument
201 static JdwpError VM_TopLevelThreadGroups(JdwpState*, Request*, ExpandBuf* pReply) in VM_TopLevelThreadGroups() argument
220 static JdwpError VM_IDSizes(JdwpState*, Request*, ExpandBuf* pReply) in VM_IDSizes() argument
230 static JdwpError VM_Dispose(JdwpState*, Request*, ExpandBuf*) in VM_Dispose() argument
242 static JdwpError VM_Suspend(JdwpState*, Request*, ExpandBuf*) in VM_Suspend() argument
253 static JdwpError VM_Resume(JdwpState*, Request*, ExpandBuf*) in VM_Resume() argument
272 static JdwpError VM_CreateString(JdwpState*, Request* request, ExpandBuf* pReply) in VM_CreateString() argument
[all …]
Djdwp.h128 struct JdwpState { struct
369 pthread_t pthread_;
370 Thread* thread_;
373 ObjectId debug_thread_id_;
387 Atomic<int64_t> last_activity_time_ms_;
390 AtomicInteger request_serial_;
391 AtomicInteger event_serial_;
403 Mutex jdwp_token_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
405 ObjectId jdwp_token_owner_thread_id_;
407 bool ddm_is_active_;
[all …]
Djdwp_main.cc328 JdwpState::JdwpState(const JdwpOptions* options) in JdwpState() function in art::JDWP::JdwpState