Home
last modified time | relevance | path

Searched refs:TestDump (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()
DTestDump.java46 public class TestDump { class
52 private static List<TestDump> mCachedTestDumps = new ArrayList<TestDump>();
79 ClassLoader loader = TestDump.class.getClassLoader(); in dataBufferFromResource()
99 private TestDump(String hprofResource, in TestDump() method in TestDump
118 ClassLoader loader = TestDump.class.getClassLoader(); in load()
246 public static synchronized TestDump getTestDump() throws IOException { in getTestDump()
264 public static synchronized TestDump getTestDump(String hprof, in getTestDump()
269 for (TestDump loaded : mCachedTestDumps) { in getTestDump()
281 TestDump dump = new TestDump(hprof, base, map, retained); in getTestDump()
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()
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()
DObjectsHandlerTest.java32 TestDump dump = TestDump.getTestDump(); in getObjects()
DPerformanceTest.java39 TestDump dump = TestDump.getTestDump(); in bigArray()
DRootedHandlerTest.java26 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()
DSiteHandlerTest.java26 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()
DOverviewHandlerTest.java29 AhatSnapshot snapshot = TestDump.getTestDump().getAhatSnapshot(); in noCrash()