Home
last modified time | relevance | path

Searched defs:dumper (Results 1 – 5 of 5) sorted by relevance

/art/test/130-hprof/src/
DMain.java136 Dumper dumper = new Dumper(allocator); in testGcAndDump() local
/art/dexlayout/
Ddex_visualize.cc249 std::unique_ptr<Dumper> dumper(new Dumper(header)); in VisualizeDexLayout() local
/art/perfetto_hprof/
Dperfetto_hprof.cc1030 HeapGraphDumper dumper(ignored_types); in WriteHeapPackets() local
/art/runtime/
Dthread.cc2314 StackDumpVisitor dumper(os, const_cast<Thread*>(this), context.get(), in DumpJavaStack() local
3405 CollectFramesAndLocksStackVisitor dumper(soa, const_cast<Thread*>(this), context.get()); in CreateAnnotatedStackTrace() local
/art/libprofile/profile/
Dprofile_compilation_info.cc2944 ProfileCompilationInfo::DexReferenceDumper dumper) { in operator <<()