Searched defs:DebugInvokeReq (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.h76 struct DebugInvokeReq { struct in namespace:art
77 DebugInvokeReq(uint32_t invoke_request_id, JDWP::ObjectId invoke_thread_id, function in struct:art::DebugInvokeReq
86 ~DebugInvokeReq() {
108 DISALLOW_COPY_AND_ASSIGN(DebugInvokeReq);
234 // Return the DebugInvokeReq for the current thread.
235 static DebugInvokeReq* GetInvokeReq();
629 // appropriate error code. Otherwise, it will attach a DebugInvokeReq object to the event thread
645 // DebugInvokeReq object. Once the invocation completes, the event thread attaches a reply
646 // to that DebugInvokeReq object so it can be sent to the debugger only when the event thread
648 static void ExecuteMethod(DebugInvokeReq* pRe
[all...]

Completed in 163 milliseconds