Searched refs:Request (Results 1 – 8 of 8) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_request.cc | 29 Request::Request(const uint8_t* bytes, uint32_t available) : p_(bytes) { in Request() function in art::JDWP::Request 44 Request::~Request() { in ~Request() 47 void Request::CheckConsumed() { in CheckConsumed() 55 std::string Request::ReadUtf8String() { in ReadUtf8String() 66 uint64_t Request::ReadValue(size_t width) { in ReadValue() 78 int32_t Request::ReadSigned32(const char* what) { in ReadSigned32() 84 uint32_t Request::ReadUnsigned32(const char* what) { in ReadUnsigned32() 90 FieldId Request::ReadFieldId() { in ReadFieldId() 96 MethodId Request::ReadMethodId() { in ReadMethodId() 102 ObjectId Request::ReadObjectId(const char* specific_kind) { in ReadObjectId() [all …]
|
D | jdwp_handler.cc | 88 static JdwpError RequestInvoke(JdwpState*, Request* request, in RequestInvoke() 129 static JdwpError VM_Version(JdwpState*, Request*, ExpandBuf* pReply) in VM_Version() argument 153 static JdwpError VM_ClassesBySignature(JdwpState*, Request* request, ExpandBuf* pReply) in VM_ClassesBySignature() 185 static JdwpError VM_AllThreads(JdwpState*, Request*, ExpandBuf* pReply) in VM_AllThreads() argument 201 static JdwpError VM_TopLevelThreadGroups(JdwpState*, Request*, ExpandBuf* pReply) in VM_TopLevelThreadGroups() argument 220 static JdwpError VM_IDSizes(JdwpState*, Request*, ExpandBuf* pReply) in VM_IDSizes() argument 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() [all …]
|
D | jdwp.h | 123 class Request; variable 307 size_t ProcessRequest(Request* request, ExpandBuf* pReply, bool* skip_reply) 426 class Request { 428 Request(const uint8_t* bytes, uint32_t available); 429 ~Request(); 504 DISALLOW_COPY_AND_ASSIGN(Request);
|
D | jdwp_main.cc | 518 JDWP::Request request(netStateBase->input_buffer_, netStateBase->input_count_); in HandlePacket()
|
/art/test/496-checker-inlining-class-loader/ |
D | expected.txt | 1 Request for LoadedByMyClassLoader 2 Request for FirstSeenByMyClassLoader
|
/art/runtime/ |
D | debugger.h | 338 JDWP::Request* request) 518 static JDWP::JdwpError GetLocalValues(JDWP::Request* request, JDWP::ExpandBuf* pReply) 520 static JDWP::JdwpError SetLocalValues(JDWP::Request* request) 680 static bool DdmHandlePacket(JDWP::Request* request, uint8_t** pReplyBuf, int* pReplyLen);
|
D | debugger.cc | 1297 static void CopyArrayData(ObjPtr<mirror::Array> a, JDWP::Request* src, int offset, int count) in CopyArrayData() 1309 JDWP::Request* request) { in SetArrayElements() 2578 JDWP::JdwpError Dbg::GetLocalValues(JDWP::Request* request, JDWP::ExpandBuf* pReply) { in GetLocalValues() 2747 JDWP::JdwpError Dbg::SetLocalValues(JDWP::Request* request) { in SetLocalValues() 4287 bool Dbg::DdmHandlePacket(JDWP::Request* request, uint8_t** pReplyBuf, int* pReplyLen) { in DdmHandlePacket()
|
/art/tools/ahat/ |
D | README.txt | 52 * Request to be able to sort tables by size.
|