Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc85 static JdwpError RequestInvoke(JdwpState*, Request* request, in RequestInvoke() argument
126 static JdwpError VM_Version(JdwpState*, Request*, ExpandBuf* pReply) in VM_Version() argument
150 static JdwpError VM_ClassesBySignature(JdwpState*, Request* request, ExpandBuf* pReply) in VM_ClassesBySignature() argument
182 static JdwpError VM_AllThreads(JdwpState*, Request*, ExpandBuf* pReply) in VM_AllThreads() argument
198 static JdwpError VM_TopLevelThreadGroups(JdwpState*, Request*, ExpandBuf* pReply) in VM_TopLevelThreadGroups() argument
217 static JdwpError VM_IDSizes(JdwpState*, Request*, ExpandBuf* pReply) in VM_IDSizes() argument
227 static JdwpError VM_Dispose(JdwpState*, Request*, ExpandBuf*) in VM_Dispose() argument
239 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
360 pthread_t pthread_;
361 Thread* thread_;
364 ObjectId debug_thread_id_;
378 Atomic<int64_t> last_activity_time_ms_;
381 AtomicInteger request_serial_;
382 AtomicInteger event_serial_;
394 Mutex jdwp_token_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
396 ObjectId jdwp_token_owner_thread_id_;
398 bool ddm_is_active_;
[all …]
Djdwp_main.cc211 JdwpState::JdwpState(const JdwpOptions* options) in JdwpState() function in art::JDWP::JdwpState