Home
last modified time | relevance | path

Searched defs:dump (Results 1 – 12 of 12) sorted by relevance

/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java40 TestDump dump = TestDump.getTestDump(); in asStringBasic() local
47 TestDump dump = TestDump.getTestDump(); in asStringNonAscii() local
54 TestDump dump = TestDump.getTestDump(); in asStringEmbeddedZero() local
61 TestDump dump = TestDump.getTestDump(); in asStringCharArray() local
68 TestDump dump = TestDump.getTestDump(); in asStringTruncated() local
75 TestDump dump = TestDump.getTestDump(); in asStringTruncatedNonAscii() local
82 TestDump dump = TestDump.getTestDump(); in asStringTruncatedEmbeddedZero() local
89 TestDump dump = TestDump.getTestDump(); in asStringCharArrayTruncated() local
96 TestDump dump = TestDump.getTestDump(); in asStringExactMax() local
103 TestDump dump = TestDump.getTestDump(); in asStringExactMaxNonAscii() local
[all …]
DDiffTest.java34 TestDump dump = TestDump.getTestDump(); in diffMatchedHeap() local
45 TestDump dump = TestDump.getTestDump(); in diffUnchanged() local
63 TestDump dump = TestDump.getTestDump(); in diffAdded() local
73 TestDump dump = TestDump.getTestDump(); in diffRemoved() local
83 TestDump dump = TestDump.getTestDump("O.hprof", "L.hprof", null, Reachability.STRONG); in diffClassRemoved() local
DObjectHandlerTest.java29 TestDump dump = TestDump.getTestDump(); in noCrashClassInstance() local
40 TestDump dump = TestDump.getTestDump(); in noCrashClassObj() local
53 TestDump dump = TestDump.getTestDump(); in noCrashSystemClassObj() local
66 TestDump dump = TestDump.getTestDump(); in noCrashArrayInstance() local
DNativeAllocationTest.java30 TestDump dump = TestDump.getTestDump(); in nativeAllocation() local
DRiTest.java36 TestDump dump = TestDump.getTestDump("ri-test-dump.hprof", null, null, Reachability.STRONG); in finalizable() local
DObjectsHandlerTest.java32 TestDump dump = TestDump.getTestDump(); in getObjects() local
DPerformanceTest.java39 TestDump dump = TestDump.getTestDump(); in bigArray() local
DSiteTest.java33 TestDump dump = TestDump.getTestDump(); in objectsAllocatedAtKnownSites() local
DTestDump.java281 TestDump dump = new TestDump(hprof, base, map, retained); in getTestDump() local
/art/test/utils/python/testgen/
Dmixins.py131 def dump(self, directory): member in DumpMixin
/art/profman/
Dprofman.cc540 std::string* dump) { in DumpOneProfile()
564 std::string dump; in DumpProfileInfo() local
743 std::string dump; in DumpClassesAndMethods() local
/art/tools/dmtracedump/
Dtracedump.cc224 int32_t dump; member