Home
last modified time | relevance | path

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

/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java40 TestDump dump = TestDump.getTestDump(); in asStringBasic()
47 TestDump dump = TestDump.getTestDump(); in asStringNonAscii()
54 TestDump dump = TestDump.getTestDump(); in asStringEmbeddedZero()
61 TestDump dump = TestDump.getTestDump(); in asStringCharArray()
68 TestDump dump = TestDump.getTestDump(); in asStringTruncated()
75 TestDump dump = TestDump.getTestDump(); in asStringTruncatedNonAscii()
82 TestDump dump = TestDump.getTestDump(); in asStringTruncatedEmbeddedZero()
89 TestDump dump = TestDump.getTestDump(); in asStringCharArrayTruncated()
96 TestDump dump = TestDump.getTestDump(); in asStringExactMax()
103 TestDump dump = TestDump.getTestDump(); in asStringExactMaxNonAscii()
[all …]
DDiffTest.java34 TestDump dump = TestDump.getTestDump(); in diffMatchedHeap()
45 TestDump dump = TestDump.getTestDump(); in diffUnchanged()
63 TestDump dump = TestDump.getTestDump(); in diffAdded()
73 TestDump dump = TestDump.getTestDump(); in diffRemoved()
83 TestDump dump = TestDump.getTestDump("O.hprof", "L.hprof", null, Reachability.STRONG); in diffClassRemoved()
DObjectHandlerTest.java29 TestDump dump = TestDump.getTestDump(); in noCrashClassInstance()
40 TestDump dump = TestDump.getTestDump(); in noCrashClassObj()
53 TestDump dump = TestDump.getTestDump(); in noCrashSystemClassObj()
66 TestDump dump = TestDump.getTestDump(); in noCrashArrayInstance()
DRiTest.java30 TestDump.getTestDump("ri-test-dump.hprof", null, null, Reachability.STRONG); in loadRi()
36 TestDump dump = TestDump.getTestDump("ri-test-dump.hprof", null, null, Reachability.STRONG); in finalizable()
DRootedHandlerTest.java26 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()
DSiteHandlerTest.java26 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()
DSiteTest.java33 TestDump dump = TestDump.getTestDump(); in objectsAllocatedAtKnownSites()
104 TestDump dumpStrong = TestDump.getTestDump("test-dump.hprof", in objectsInfos()
120 TestDump dumpSoft = TestDump.getTestDump("test-dump.hprof", in objectsInfos()
DNativeAllocationTest.java30 TestDump dump = TestDump.getTestDump(); in nativeAllocation()
DOverviewHandlerTest.java29 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()
DTestDump.java246 public static synchronized TestDump getTestDump() throws IOException { in getTestDump() method in TestDump
247 return getTestDump("test-dump.hprof", in getTestDump()
264 public static synchronized TestDump getTestDump(String hprof, in getTestDump() method in TestDump
DObjectsHandlerTest.java32 TestDump dump = TestDump.getTestDump(); in getObjects()
DPerformanceTest.java39 TestDump dump = TestDump.getTestDump(); in bigArray()