Home
last modified time | relevance | path

Searched refs:expandBufAddRefTypeId (Results 1 – 3 of 3) 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()
373 expandBufAddRefTypeId(pReply, classes[i]); in VM_AllClassesImpl()
614 expandBufAddRefTypeId(pReply, superClassId); in CT_Superclass()
Djdwp_event.cc1034 expandBufAddRefTypeId(pReq, field_type_id); in PostFieldEvent()
1292 expandBufAddRefTypeId(pReq, class_id); in PostClassPrepare()