Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.h239 void dvmDbgGetThreadGroupThreads(ObjectId threadGroupId,
DDebugger.cpp1953 void dvmDbgGetThreadGroupThreads(ObjectId threadGroupId, in dvmDbgGetThreadGroupThreads() function
2039 dvmDbgGetThreadGroupThreads(THREAD_GROUP_ALL, ppThreadIds, pThreadCount); in dvmDbgGetAllThreads()
/dalvik/vm/jdwp/
DJdwpHandler.cpp1255 dvmDbgGetThreadGroupThreads(threadGroupId, &pThreadIds, &threadCount); in handleTGR_Children()