Home
last modified time | relevance | path

Searched refs:expandBufAddObjectId (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc777 expandBufAddObjectId(pReq, threadId); in PostVMStart()
909 expandBufAddObjectId(pReq, thread_id); in PostLocationEvent()
990 expandBufAddObjectId(pReq, thread_id); in PostFieldEvent()
996 expandBufAddObjectId(pReq, instance_id); in PostFieldEvent()
1167 expandBufAddObjectId(pReq, thread_id); in PostException()
1170 expandBufAddObjectId(pReq, exceptionId); in PostException()
1248 expandBufAddObjectId(pReq, thread_id); in PostClassPrepare()
Djdwp_expand_buf.cc181 expandBufAddObjectId(buf, location.class_id); in expandBufAddLocation()
Djdwp_handler.cc61 expandBufAddObjectId(reply, object_id); in WriteTaggedObject()
188 expandBufAddObjectId(pReply, thread_ids[i]); in VM_AllThreads()
208 expandBufAddObjectId(pReply, thread_group_id); in VM_TopLevelThreadGroups()
277 expandBufAddObjectId(pReply, string_id); in VM_CreateString()
493 expandBufAddObjectId(pReply, class_object_id); in RT_ClassObject()
688 expandBufAddObjectId(pReply, object_id); in AT_newInstance()
Djdwp.h72 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId() function
/art/runtime/
Ddebugger.cc826 expandBufAddObjectId(pReply, gRegistry->Add(o->GetClass()->GetClassLoader())); in GetClassLoader()
870 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeer())); in GetMonitorInfo()
872 expandBufAddObjectId(reply, gRegistry->Add(nullptr)); in GetMonitorInfo()
877 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeer())); in GetMonitorInfo()
1270 expandBufAddObjectId(pReply, gRegistry->Add(element)); in OutputArray()
2014 expandBufAddObjectId(pReply, gRegistry->Add(value)); in OutputJValue()
2053 expandBufAddObjectId(pReply, JDWP::ObjectId(0)); in GetThreadGroup()
2063 expandBufAddObjectId(pReply, thread_group_id); in GetThreadGroup()
2123 expandBufAddObjectId(pReply, parent_group_id); in GetThreadGroupParent()
2173 expandBufAddObjectId(pReply, child_thread_id); in GetThreadGroupChildren()
[all …]