Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.h59 void expandBufAdd2BE(ExpandBuf* pBuf, uint16_t val);
Djdwp_expand_buf.cc129 void expandBufAdd2BE(ExpandBuf* pBuf, uint16_t val) { in expandBufAdd2BE() function
Djdwp_handler.cc58 case 2: expandBufAdd2BE(pReply, value); break; in WriteValue()
/art/runtime/
Ddebugger.cc1944 expandBufAdd2BE(pReply, return_value->GetI()); in OutputJValue()