Searched refs:getTestDump (Results 1 – 12 of 12) sorted by relevance
/art/tools/ahat/src/test/com/android/ahat/ |
D | InstanceTest.java | 42 TestDump dump = TestDump.getTestDump(); in asStringBasic() 49 TestDump dump = TestDump.getTestDump(); in asStringNonAscii() 56 TestDump dump = TestDump.getTestDump(); in asStringEmbeddedZero() 63 TestDump dump = TestDump.getTestDump(); in asStringCharArray() 70 TestDump dump = TestDump.getTestDump(); in asStringTruncated() 77 TestDump dump = TestDump.getTestDump(); in asStringTruncatedNonAscii() 84 TestDump dump = TestDump.getTestDump(); in asStringTruncatedEmbeddedZero() 91 TestDump dump = TestDump.getTestDump(); in asStringCharArrayTruncated() 98 TestDump dump = TestDump.getTestDump(); in asStringExactMax() 105 TestDump dump = TestDump.getTestDump(); in asStringExactMaxNonAscii() [all …]
|
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()
|
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()
|
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()
|
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()
|
D | RootedHandlerTest.java | 26 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()
|
D | SiteHandlerTest.java | 26 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()
|
D | OverviewHandlerTest.java | 29 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()
|
D | NativeAllocationTest.java | 30 TestDump dump = TestDump.getTestDump(); in nativeAllocation()
|
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
|
D | ObjectsHandlerTest.java | 32 TestDump dump = TestDump.getTestDump(); in getObjects()
|
D | PerformanceTest.java | 39 TestDump dump = TestDump.getTestDump(); in bigArray()
|