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

  /dalvik/vm/
Debugger.h 80 struct DebugInvokeReq {
120 * Return the DebugInvokeReq for the current thread.
122 DebugInvokeReq* dvmDbgGetInvokeReq(void);
288 void dvmDbgExecuteMethod(DebugInvokeReq* pReq);
Thread.h 284 DebugInvokeReq invokeReq;
Debugger.cpp 367 DebugInvokeReq* dvmDbgGetInvokeReq()
    [all...]
  /art/runtime/
debugger.h 48 struct DebugInvokeReq {
49 DebugInvokeReq()
54 lock_("a DebugInvokeReq lock", kBreakpointInvokeLock),
55 cond_("a DebugInvokeReq condition variable", lock_) {
95 // Return the DebugInvokeReq for the current thread.
96 static DebugInvokeReq* GetInvokeReq();
369 static void ExecuteMethod(DebugInvokeReq* pReq);
thread.h 64 struct DebugInvokeReq;
542 DebugInvokeReq* GetInvokeReq() {
772 DebugInvokeReq* debug_invoke_req_;
debugger.cc 496 DebugInvokeReq* Dbg::GetInvokeReq() {
    [all...]
thread.cc     [all...]
  /art/runtime/jdwp/
jdwp_event.cc 514 DebugInvokeReq* pReq = Dbg::GetInvokeReq();
522 * resume. See if it has left anything in our DebugInvokeReq mailbox.
568 * We look at the "invoke_needed" flag in the per-thread DebugInvokeReq
572 DebugInvokeReq* pReq = Dbg::GetInvokeReq();
    [all...]
  /dalvik/vm/jdwp/
JdwpEvent.cpp 597 DebugInvokeReq* pReq = dvmDbgGetInvokeReq();
605 * resume. See if it has left anything in our DebugInvokeReq mailbox.
635 * We look at the "invokeNeeded" flag in the per-thread DebugInvokeReq
640 DebugInvokeReq* pReq = dvmDbgGetInvokeReq();
    [all...]

Completed in 71 milliseconds