Home
last modified time | relevance | path

Searched refs:threadCount (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/
DDdm.cpp367 int threadCount = 0; in dvmDdmGenerateThreadStats() local
369 threadCount++; in dvmDdmGenerateThreadStats()
376 int bufLen = kHeaderLen + threadCount * kBytesPerEntry; in dvmDdmGenerateThreadStats()
382 set2BE(buf+2, (u2) threadCount); in dvmDdmGenerateThreadStats()
/dalvik/vm/jdwp/
DJdwpHandler.cpp262 u4 threadCount; in handleVM_AllThreads() local
263 dvmDbgGetAllThreads(&pThreadIds, &threadCount); in handleVM_AllThreads()
265 expandBufAdd4BE(pReply, threadCount); in handleVM_AllThreads()
268 for (u4 i = 0; i < threadCount; i++) { in handleVM_AllThreads()
1254 u4 threadCount; in handleTGR_Children() local
1255 dvmDbgGetThreadGroupThreads(threadGroupId, &pThreadIds, &threadCount); in handleTGR_Children()
1257 expandBufAdd4BE(pReply, threadCount); in handleTGR_Children()
1259 for (u4 i = 0; i < threadCount; i++) in handleTGR_Children()