Home
last modified time | relevance | path

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

/dalvik/vm/
DAllocTracker.cpp323 PointerSet* methodNames, PointerSet* fileNames) in populateStringTables() argument
345 dvmPointerSetAddEntry(methodNames, method->name); in populateStringTables()
356 dvmPointerSetGetCount(methodNames), methodCount, in populateStringTables()
373 const PointerSet* classNames, const PointerSet* methodNames, in generateBaseOutput() argument
387 set2BE(&ptr[11], dvmPointerSetGetCount(methodNames)); in generateBaseOutput()
425 set2BE(&ptr[2], dvmPointerSetFind(methodNames, in generateBaseOutput()
517 PointerSet* methodNames = NULL; in dvmGenerateTrackedAllocationReport() local
527 methodNames = dvmPointerSetAlloc(128); in dvmGenerateTrackedAllocationReport()
529 if (classNames == NULL || methodNames == NULL || fileNames == NULL) { in dvmGenerateTrackedAllocationReport()
534 if (!populateStringTables(classNames, methodNames, fileNames)) in dvmGenerateTrackedAllocationReport()
[all …]