Searched defs:dump (Results 1 – 12 of 12) sorted by relevance
/art/tools/ahat/src/test/com/android/ahat/ |
D | InstanceTest.java | 40 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 …]
|
D | DiffTest.java | 34 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
|
D | ObjectHandlerTest.java | 29 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
|
D | NativeAllocationTest.java | 30 TestDump dump = TestDump.getTestDump(); in nativeAllocation() local
|
D | RiTest.java | 36 TestDump dump = TestDump.getTestDump("ri-test-dump.hprof", null, null, Reachability.STRONG); in finalizable() local
|
D | ObjectsHandlerTest.java | 32 TestDump dump = TestDump.getTestDump(); in getObjects() local
|
D | PerformanceTest.java | 39 TestDump dump = TestDump.getTestDump(); in bigArray() local
|
D | SiteTest.java | 33 TestDump dump = TestDump.getTestDump(); in objectsAllocatedAtKnownSites() local
|
D | TestDump.java | 281 TestDump dump = new TestDump(hprof, base, map, retained); in getTestDump() local
|
/art/test/utils/python/testgen/ |
D | mixins.py | 131 def dump(self, directory): member in DumpMixin
|
/art/profman/ |
D | profman.cc | 540 std::string* dump) { in DumpOneProfile() 564 std::string dump; in DumpProfileInfo() local 743 std::string dump; in DumpClassesAndMethods() local
|
/art/tools/dmtracedump/ |
D | tracedump.cc | 224 int32_t dump; member
|