Home
last modified time | relevance | path

Searched refs:dvmDbgGetAllThreads (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/
DDebugger.h241 void dvmDbgGetAllThreads(ObjectId** ppThreadIds, u4* pThreadCount);
DDebugger.cpp2037 void dvmDbgGetAllThreads(ObjectId** ppThreadIds, u4* pThreadCount) in dvmDbgGetAllThreads() function
/dalvik/vm/jdwp/
DJdwpHandler.cpp263 dvmDbgGetAllThreads(&pThreadIds, &threadCount); in handleVM_AllThreads()