Searched defs:ExpandBuf (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_expand_buf.cc37 struct ExpandBuf { struct in namespace:art::JDWP
48 ExpandBuf* expandBufAlloc() {
49 ExpandBuf* newBuf = new ExpandBuf;
59 void expandBufFree(ExpandBuf* pBuf) {
71 uint8_t* expandBufGetBuffer(ExpandBuf* pBuf) {
78 size_t expandBufGetLength(ExpandBuf* pBuf) {
86 static void ensureSpace(ExpandBuf* pBuf, int newCount) {
106 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) {
120 void expandBufAdd1(ExpandBuf* pBu
[all...]

Completed in 1042 milliseconds