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

  /dalvik/vm/
Debugger.h 80 typedef struct DebugInvokeReq {
105 } DebugInvokeReq;
120 * Return the DebugInvokeReq for the current thread.
122 DebugInvokeReq* dvmDbgGetInvokeReq(void);
290 void dvmDbgExecuteMethod(DebugInvokeReq* pReq);
Thread.h 215 DebugInvokeReq invokeReq;
Debugger.c 393 DebugInvokeReq* dvmDbgGetInvokeReq(void)
    [all...]
  /dalvik/vm/jdwp/
JdwpEvent.c 595 DebugInvokeReq* pReq = dvmDbgGetInvokeReq();
603 * resume. See if it has left anything in our DebugInvokeReq mailbox.
633 * We look at the "invokeNeeded" flag in the per-thread DebugInvokeReq
638 DebugInvokeReq* pReq = dvmDbgGetInvokeReq();
    [all...]

Completed in 178 milliseconds