Searched refs:expandBufAddObjectId (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_expand_buf.cc | 181 expandBufAddObjectId(buf, location.class_id); in expandBufAddLocation()
|
D | jdwp_handler.cc | 71 expandBufAddObjectId(reply, object_id); in WriteTaggedObject() 146 expandBufAddObjectId(pReply, exceptObjId); in FinishInvoke() 232 expandBufAddObjectId(pReply, thread_ids[i]); in VM_AllThreads() 252 expandBufAddObjectId(pReply, thread_group_id); in VM_TopLevelThreadGroups() 323 expandBufAddObjectId(pReply, stringId); in VM_CreateString() 539 expandBufAddObjectId(pReply, class_object_id); in RT_ClassObject() 738 expandBufAddObjectId(pReply, object_id); in AT_newInstance()
|
D | jdwp.h | 69 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId() function
|
D | jdwp_event.cc | 1004 expandBufAddObjectId(pReq, instance_id); in PostFieldEvent()
|
/art/runtime/ |
D | debugger.cc | 881 expandBufAddObjectId(pReply, gRegistry->Add(o->GetClass()->GetClassLoader())); in GetClassLoader() 925 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeer())); in GetMonitorInfo() 927 expandBufAddObjectId(reply, gRegistry->Add(NULL)); in GetMonitorInfo() 932 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeer())); in GetMonitorInfo() 1330 expandBufAddObjectId(pReply, gRegistry->Add(element)); in OutputArray() 1956 expandBufAddObjectId(pReply, gRegistry->Add(value)); in OutputJValue() 1997 expandBufAddObjectId(pReply, JDWP::ObjectId(0)); in GetThreadGroup() 2007 expandBufAddObjectId(pReply, thread_group_id); in GetThreadGroup() 2067 expandBufAddObjectId(pReply, parent_group_id); in GetThreadGroupParent() 2109 expandBufAddObjectId(pReply, child_thread_id); in GetThreadGroupChildren() [all …]
|