Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.cc181 expandBufAddObjectId(buf, location.class_id); in expandBufAddLocation()
Djdwp_handler.cc71 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()
Djdwp.h69 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId() function
Djdwp_event.cc1004 expandBufAddObjectId(pReq, instance_id); in PostFieldEvent()
/art/runtime/
Ddebugger.cc881 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 …]