Searched refs:getTestDump (Results 1 – 12 of 12) sorted by relevance
/aosp12/art/tools/ahat/src/test/com/android/ahat/ |
H A D | InstanceTest.java | 40 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 …]
|
H A D | DiffTest.java | 34 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()
|
H A D | ObjectHandlerTest.java | 29 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()
|
H A D | RiTest.java | 30 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()
|
H A D | SiteTest.java | 33 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()
|
H A D | TestDump.java | 246 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
|
H A D | RootedHandlerTest.java | 26 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()
|
H A D | SiteHandlerTest.java | 26 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()
|
H A D | NativeAllocationTest.java | 30 TestDump dump = TestDump.getTestDump(); in nativeAllocation()
|
H A D | OverviewHandlerTest.java | 29 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()
|
H A D | ObjectsHandlerTest.java | 32 TestDump dump = TestDump.getTestDump(); in getObjects()
|
H A D | PerformanceTest.java | 39 TestDump dump = TestDump.getTestDump(); in bigArray()
|