Searched refs:dvmPointerSetGetCount (Results 1 – 7 of 7) sorted by relevance
313 int count = dvmPointerSetGetCount(strings); in dumpStringTable()376 dvmPointerSetGetCount(classNames), classCount, in populateStringTables()377 dvmPointerSetGetCount(methodNames), methodCount, in populateStringTables()378 dvmPointerSetGetCount(fileNames), fileCount); in populateStringTables()407 set2BE(&ptr[9], dvmPointerSetGetCount(classNames)); in generateBaseOutput()408 set2BE(&ptr[11], dvmPointerSetGetCount(methodNames)); in generateBaseOutput()409 set2BE(&ptr[13], dvmPointerSetGetCount(fileNames)); in generateBaseOutput()467 int count = dvmPointerSetGetCount(strings); in computeStringTableSize()504 int count = dvmPointerSetGetCount(strings); in outputStringTable()
45 int dvmPointerSetGetCount(const PointerSet* pSet);
98 int dvmPointerSetGetCount(const PointerSet* pSet) in dvmPointerSetGetCount() function
483 dvmPointerSetGetCount(commonThrows) > 0) in copyWithoutDuplicates()485 int commonCount = dvmPointerSetGetCount(commonThrows); in copyWithoutDuplicates()643 int setSize = dvmPointerSetGetCount(throws); in updateExceptionClassList()657 size_t mixLen = dvmPointerSetGetCount(throws); in updateExceptionClassList()
230 if (dvmPointerSetGetCount(curBlock->predecessors) > 256) { in setPredecessors()260 size_t numPreds = dvmPointerSetGetCount(preds); in dumpBasicBlocks()
209 size_t numPreds = dvmPointerSetGetCount(preds); in dvmComputeLiveness()
4834 dvmPointerSetGetCount(gDvm.preciseMethods)); in dvmDumpLoaderStats()