Home
last modified time | relevance | path

Searched refs:expandBufAlloc (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jdwp/
Djdwp_expand_buf.h35 ExpandBuf* expandBufAlloc();
Djdwp_expand_buf.cc48 ExpandBuf* expandBufAlloc() { in expandBufAlloc() function
Djdwp_main.cc397 ExpandBuf* pReply = expandBufAlloc(); in HandlePacket()
Djdwp_event.cc732 ExpandBuf* pReq = expandBufAlloc(); in eventPrep()
/art/runtime/
Ddebugger.h63 options(invoke_options), reply(JDWP::expandBufAlloc()) { in DebugInvokeReq()