Home
last modified time | relevance | path

Searched refs:dvmPointerSetGetCount (Results 1 – 7 of 7) sorted by relevance

/dalvik/vm/
DAllocTracker.cpp313 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()
DPointerSet.h45 int dvmPointerSetGetCount(const PointerSet* pSet);
DPointerSet.cpp98 int dvmPointerSetGetCount(const PointerSet* pSet) in dvmPointerSetGetCount() function
/dalvik/vm/reflect/
DProxy.cpp483 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()
/dalvik/vm/analysis/
DVfyBasicBlock.cpp230 if (dvmPointerSetGetCount(curBlock->predecessors) > 256) { in setPredecessors()
260 size_t numPreds = dvmPointerSetGetCount(preds); in dumpBasicBlocks()
DLiveness.cpp209 size_t numPreds = dvmPointerSetGetCount(preds); in dvmComputeLiveness()
/dalvik/vm/oo/
DClass.cpp4834 dvmPointerSetGetCount(gDvm.preciseMethods)); in dvmDumpLoaderStats()