Home
last modified time | relevance | path

Searched refs:expandBufAddRefTypeId (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jdwp/
Djdwp.h75 static inline void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { expandBufAdd8BE(pReply,… in expandBufAddRefTypeId() function
Djdwp_handler.cc172 expandBufAddRefTypeId(pReply, ids[i]); in VM_ClassesBySignature()
372 expandBufAddRefTypeId(pReply, classes[i]); in VM_AllClassesImpl()
613 expandBufAddRefTypeId(pReply, superClassId); in CT_Superclass()
Djdwp_event.cc1034 expandBufAddRefTypeId(pReq, field_type_id); in PostFieldEvent()
1292 expandBufAddRefTypeId(pReq, class_id); in PostClassPrepare()
/art/runtime/
Ddebugger.cc1074 expandBufAddRefTypeId(pReply, class_id); in GetReflectedType()
1148 expandBufAddRefTypeId(pReply, type_id); in GetReferenceType()
1662 expandBufAddRefTypeId(pReply, gRegistry->AddRefType(interface)); in OutputDeclaredInterfaces()