OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
289
void dvmDbgExecuteMethod(
DebugInvokeReq
* pReq);
Thread.h
218
DebugInvokeReq
invokeReq;
Debugger.c
387
DebugInvokeReq
* dvmDbgGetInvokeReq(void)
[
all
...]
/dalvik/vm/jdwp/
JdwpEvent.c
598
DebugInvokeReq
* pReq = dvmDbgGetInvokeReq();
606
* resume. See if it has left anything in our
DebugInvokeReq
mailbox.
636
* We look at the "invokeNeeded" flag in the per-thread
DebugInvokeReq
641
DebugInvokeReq
* pReq = dvmDbgGetInvokeReq();
[
all
...]
Completed in 227 milliseconds