Searched refs:expandBufAddObjectId (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 818 expandBufAddObjectId(pReq, threadId); in PostVMStart() 950 expandBufAddObjectId(pReq, thread_id); in PostLocationEvent() 1031 expandBufAddObjectId(pReq, thread_id); in PostFieldEvent() 1037 expandBufAddObjectId(pReq, instance_id); in PostFieldEvent() 1208 expandBufAddObjectId(pReq, thread_id); in PostException() 1211 expandBufAddObjectId(pReq, exceptionId); in PostException() 1290 expandBufAddObjectId(pReq, reported_thread_id); in PostClassPrepare()
|
D | jdwp_expand_buf.cc | 183 expandBufAddObjectId(buf, location.class_id); in expandBufAddLocation()
|
D | jdwp_handler.cc | 65 expandBufAddObjectId(reply, object_id); in WriteTaggedObject() 192 expandBufAddObjectId(pReply, thread_ids[i]); in VM_AllThreads() 212 expandBufAddObjectId(pReply, thread_group_id); in VM_TopLevelThreadGroups() 280 expandBufAddObjectId(pReply, string_id); in VM_CreateString() 496 expandBufAddObjectId(pReply, class_object_id); in RT_ClassObject() 696 expandBufAddObjectId(pReply, object_id); in AT_newInstance()
|
D | jdwp.h | 73 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId() function
|
/art/runtime/ |
D | debugger.cc | 765 expandBufAddObjectId(pReply, gRegistry->Add(c->GetClassLoader())); in GetClassLoader() 808 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeerFromOtherThread())); in GetMonitorInfo() 810 expandBufAddObjectId(reply, gRegistry->Add(nullptr)); in GetMonitorInfo() 815 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeerFromOtherThread())); in GetMonitorInfo() 1222 expandBufAddObjectId(pReply, gRegistry->Add(element)); in OutputArray() 2014 expandBufAddObjectId(pReply, gRegistry->Add(value)); in OutputJValue() 2050 expandBufAddObjectId(pReply, JDWP::ObjectId(0)); in GetThreadGroup() 2060 expandBufAddObjectId(pReply, thread_group_id); in GetThreadGroup() 2121 expandBufAddObjectId(pReply, parent_group_id); in GetThreadGroupParent() 2170 expandBufAddObjectId(pReply, child_thread_id); in GetThreadGroupChildren() [all …]
|