Home
last modified time | relevance | path

Searched defs:dumper (Results 1 – 4 of 4) 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/runtime/
Dthread.cc2167 StackDumpVisitor dumper(os, const_cast<Thread*>(this), context.get(), in DumpJavaStack() local
3125 CollectFramesAndLocksStackVisitor dumper(soa, const_cast<Thread*>(this), context.get()); in CreateAnnotatedStackTrace() local
/art/libprofile/profile/
Dprofile_compilation_info.cc2864 ProfileCompilationInfo::DexReferenceDumper dumper) { in operator <<()