Searched defs:ExpandBuf (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_expand_buf.cc | 37 struct ExpandBuf { struct 38 uint8_t* storage; 39 int curLen; 40 int maxLen;
|
D | jdwp_handler.cc | 272 static JdwpError VM_Dispose(JdwpState*, Request&, ExpandBuf*) in VM_Dispose() argument 284 static JdwpError VM_Suspend(JdwpState*, Request&, ExpandBuf*) in VM_Suspend() argument 296 static JdwpError VM_Resume(JdwpState*, Request&, ExpandBuf*) in VM_Resume() argument 303 static JdwpError VM_Exit(JdwpState* state, Request& request, ExpandBuf*) in VM_Exit() argument 348 static JdwpError VM_DisposeObjects(JdwpState*, Request& request, ExpandBuf*) in VM_DisposeObjects() argument 548 static JdwpError RT_SourceDebugExtension(JdwpState*, Request&, ExpandBuf*) in RT_SourceDebugExtension() argument 659 static JdwpError CT_SetValues(JdwpState* , Request& request, ExpandBuf*) in CT_SetValues() argument 834 static JdwpError OR_SetValues(JdwpState*, Request& request, ExpandBuf*) in OR_SetValues() argument 883 static JdwpError OR_DisableCollection(JdwpState*, Request& request, ExpandBuf*) in OR_DisableCollection() argument 889 static JdwpError OR_EnableCollection(JdwpState*, Request& request, ExpandBuf*) in OR_EnableCollection() argument [all …]
|