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/perfetto_hprof/
Dperfetto_hprof.cc1040 HeapGraphDumper dumper(ignored_types); in WriteHeapPackets() local
/art/runtime/
Dthread.cc2337 StackDumpVisitor dumper(os, const_cast<Thread*>(this), context.get(), in DumpJavaStack() local
3445 CollectFramesAndLocksStackVisitor dumper(soa, const_cast<Thread*>(this), context.get()); in CreateAnnotatedStackTrace() local
/art/libprofile/profile/
Dprofile_compilation_info.cc3015 ProfileCompilationInfo::DexReferenceDumper dumper) { in operator <<()