Lines Matching refs:dvmReleaseTrackedAlloc
223 dvmReleaseTrackedAlloc((Object*) throws, NULL); in dvmGenerateProxyClass()
224 dvmReleaseTrackedAlloc((Object*) newClass, NULL); in dvmGenerateProxyClass()
347 dvmReleaseTrackedAlloc((Object*)throws, NULL); in gatherMethods()
508 dvmReleaseTrackedAlloc((Object*) throwArray, NULL); in copyWithoutDuplicates()
534 dvmReleaseTrackedAlloc((Object*) exceptionArray, NULL); in copyWithoutDuplicates()
629 dvmReleaseTrackedAlloc((Object*) exceptionArray, NULL); in createExceptionClassList()
701 dvmReleaseTrackedAlloc((Object*) exceptionArray, NULL); in updateExceptionClassList()
826 dvmReleaseTrackedAlloc(argObjects[dstIndex], NULL); in boxMethodArgs()
835 dvmReleaseTrackedAlloc(argObjects[dstIndex], NULL); in boxMethodArgs()
988 dvmReleaseTrackedAlloc(methodObj, self); in proxyInvoker()
989 dvmReleaseTrackedAlloc((Object*)argArray, self); in proxyInvoker()