Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.cc37 struct ExpandBuf { struct
38 uint8_t* storage;
39 int curLen;
40 int maxLen;
Djdwp_handler.cc226 static JdwpError VM_Dispose(JdwpState*, Request*, ExpandBuf*) in VM_Dispose() argument
238 static JdwpError VM_Suspend(JdwpState*, Request*, ExpandBuf*) in VM_Suspend() argument
250 static JdwpError VM_Resume(JdwpState*, Request*, ExpandBuf*) in VM_Resume() argument
256 static JdwpError VM_Exit(JdwpState* state, Request* request, ExpandBuf*) in VM_Exit() argument
302 static JdwpError VM_DisposeObjects(JdwpState*, Request* request, ExpandBuf*) in VM_DisposeObjects() argument
502 static JdwpError RT_SourceDebugExtension(JdwpState*, Request*, ExpandBuf*) in RT_SourceDebugExtension() argument
613 static JdwpError CT_SetValues(JdwpState* , Request* request, ExpandBuf*) in CT_SetValues() argument
784 static JdwpError OR_SetValues(JdwpState*, Request* request, ExpandBuf*) in OR_SetValues() argument
834 static JdwpError OR_DisableCollection(JdwpState*, Request* request, ExpandBuf*) in OR_DisableCollection() argument
840 static JdwpError OR_EnableCollection(JdwpState*, Request* request, ExpandBuf*) in OR_EnableCollection() argument
[all …]