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.cc183 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()
496 expandBufAddObjectId(pReply, class_object_id); in RT_ClassObject()
696 expandBufAddObjectId(pReply, object_id); in AT_newInstance()
Djdwp.h73 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId() function
/art/runtime/
Ddebugger.cc765 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 …]