Home | History | Annotate | Download | only in jdwp

Lines Matching refs:pReply

60 INLINE void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) {
61 expandBufAdd4BE(pReply, id);
63 INLINE void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) {
64 expandBufAdd4BE(pReply, id);
66 INLINE void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) {
67 expandBufAdd8BE(pReply, id);
69 INLINE void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) {
70 expandBufAdd8BE(pReply, id);
72 INLINE void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) {
73 expandBufAdd8BE(pReply, id);