Searched defs:ExpandBuf (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_expand_buf.cc | 38 struct ExpandBuf { struct 39 uint8_t* storage; 40 int curLen; 41 int maxLen;
|
D | jdwp_handler.cc | 230 static JdwpError VM_Dispose(JdwpState*, Request*, ExpandBuf*) in VM_Dispose() argument 242 static JdwpError VM_Suspend(JdwpState*, Request*, ExpandBuf*) in VM_Suspend() argument 253 static JdwpError VM_Resume(JdwpState*, Request*, ExpandBuf*) in VM_Resume() argument 259 static JdwpError VM_Exit(JdwpState* state, Request* request, ExpandBuf*) in VM_Exit() argument 304 static JdwpError VM_DisposeObjects(JdwpState*, Request* request, ExpandBuf*) in VM_DisposeObjects() argument 620 static JdwpError CT_SetValues(JdwpState* , Request* request, ExpandBuf*) in CT_SetValues() argument 812 static JdwpError OR_SetValues(JdwpState*, Request* request, ExpandBuf*) in OR_SetValues() argument 862 static JdwpError OR_DisableCollection(JdwpState*, Request* request, ExpandBuf*) in OR_DisableCollection() argument 868 static JdwpError OR_EnableCollection(JdwpState*, Request* request, ExpandBuf*) in OR_EnableCollection() argument 943 static JdwpError TR_Suspend(JdwpState*, Request* request, ExpandBuf*) in TR_Suspend() argument [all …]
|