Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc818 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()
Djdwp_expand_buf.cc184 expandBufAddObjectId(buf, location.class_id); in expandBufAddLocation()
Djdwp_handler.cc65 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()
495 expandBufAddObjectId(pReply, class_object_id); in RT_ClassObject()
695 expandBufAddObjectId(pReply, object_id); in AT_newInstance()
Djdwp.h74 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId() function
/art/runtime/
Ddebugger.cc824 expandBufAddObjectId(pReply, gRegistry->Add(c->GetClassLoader())); in GetClassLoader()
868 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeerFromOtherThread())); in GetMonitorInfo()
870 expandBufAddObjectId(reply, gRegistry->Add(nullptr)); in GetMonitorInfo()
875 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeerFromOtherThread())); in GetMonitorInfo()
1289 expandBufAddObjectId(pReply, gRegistry->Add(element)); in OutputArray()
2057 expandBufAddObjectId(pReply, gRegistry->Add(value)); in OutputJValue()
2093 expandBufAddObjectId(pReply, JDWP::ObjectId(0)); in GetThreadGroup()
2103 expandBufAddObjectId(pReply, thread_group_id); in GetThreadGroup()
2164 expandBufAddObjectId(pReply, parent_group_id); in GetThreadGroupParent()
2213 expandBufAddObjectId(pReply, child_thread_id); in GetThreadGroupChildren()
[all …]