Home
last modified time | relevance | path

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

/dalvik/vm/
DPointerSet.h36 void dvmPointerSetFree(PointerSet* pSet);
DAllocTracker.c582 dvmPointerSetFree(classNames); in dvmGenerateTrackedAllocationReport()
583 dvmPointerSetFree(methodNames); in dvmGenerateTrackedAllocationReport()
584 dvmPointerSetFree(fileNames); in dvmGenerateTrackedAllocationReport()
DPointerSet.c75 void dvmPointerSetFree(PointerSet* pSet) in dvmPointerSetFree() function
/dalvik/vm/reflect/
DProxy.c575 dvmPointerSetFree(commonThrows); in copyWithoutDuplicates()