Home
last modified time | relevance | path

Searched refs:dvmDbgGetThreadSelfId (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/jdwp/
DJdwpEvent.cpp592 if (dvmDbgGetThreadSelfId() == state->debugThreadId) { in suspendByPolicy()
613 dvmJdwpSetWaitForEventThread(state, dvmDbgGetThreadSelfId()); in suspendByPolicy()
747 ObjectId threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostVMStart()
820 basket.threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostLocationEvent()
923 assert(threadId == dvmDbgGetThreadSelfId()); in dvmJdwpPostThreadChange()
1032 basket.threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostException()
1129 basket.threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostClassPrepare()
DJdwpMain.cpp332 state->debugThreadId = dvmDbgGetThreadSelfId(); in jdwpThreadStart()
DJdwpHandler.cpp1026 if (threadId == dvmDbgGetThreadSelfId()) { in handleTR_Suspend()
1045 if (threadId == dvmDbgGetThreadSelfId()) { in handleTR_Resume()
/dalvik/vm/
DDebugger.h246 ObjectId dvmDbgGetThreadSelfId(void);
DDebugger.cpp2122 ObjectId dvmDbgGetThreadSelfId() in dvmDbgGetThreadSelfId() function