Home | History | Annotate | Download | only in jdwp

Lines Matching refs:pReply

61 INLINE void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) {
62 expandBufAdd4BE(pReply, id);
64 INLINE void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) {
65 expandBufAdd4BE(pReply, id);
67 INLINE void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) {
68 expandBufAdd8BE(pReply, id);
70 INLINE void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) {
71 expandBufAdd8BE(pReply, id);
73 INLINE void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) {
74 expandBufAdd8BE(pReply, id);