HomeSort by relevance Sort by last modified time
    Searched refs:DebugInvokeReq (Results 1 - 6 of 6) sorted by null

  /art/runtime/
debugger.h 76 struct DebugInvokeReq {
77 DebugInvokeReq(uint32_t invoke_request_id, JDWP::ObjectId invoke_thread_id,
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* pReq)
    [all...]
thread.h 84 struct DebugInvokeReq;
    [all...]
debugger.cc 389 void DebugInvokeReq::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) {
632 DebugInvokeReq* Dbg::GetInvokeReq() {
    [all...]
thread_list.cc     [all...]
thread.cc     [all...]
  /art/runtime/jdwp/
jdwp_event.cc 647 * resume. See if it has left anything in our DebugInvokeReq mailbox.
649 DebugInvokeReq* const pReq = Dbg::GetInvokeReq();
682 * We look at the "invoke_needed" flag in the per-thread DebugInvokeReq
686 DebugInvokeReq* pReq = Dbg::GetInvokeReq();
    [all...]

Completed in 233 milliseconds