Searched refs:expandBufAddRefTypeId (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp.h | 75 static inline void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { expandBufAdd8BE(pReply,… in expandBufAddRefTypeId() function
|
D | jdwp_handler.cc | 172 expandBufAddRefTypeId(pReply, ids[i]); in VM_ClassesBySignature() 372 expandBufAddRefTypeId(pReply, classes[i]); in VM_AllClassesImpl() 613 expandBufAddRefTypeId(pReply, superClassId); in CT_Superclass()
|
D | jdwp_event.cc | 1034 expandBufAddRefTypeId(pReq, field_type_id); in PostFieldEvent() 1292 expandBufAddRefTypeId(pReq, class_id); in PostClassPrepare()
|
/art/runtime/ |
D | debugger.cc | 1074 expandBufAddRefTypeId(pReply, class_id); in GetReflectedType() 1148 expandBufAddRefTypeId(pReply, type_id); in GetReferenceType() 1662 expandBufAddRefTypeId(pReply, gRegistry->AddRefType(interface)); in OutputDeclaredInterfaces()
|