Searched refs:dumper (Results 1 – 5 of 5) sorted by relevance
/art/test/130-hprof/src/ |
D | Main.java | 136 Dumper dumper = new Dumper(allocator); in testGcAndDump() local 138 dumper.start(); in testGcAndDump() 141 dumper.join(); in testGcAndDump()
|
/art/runtime/ |
D | thread.cc | 2337 StackDumpVisitor dumper(os, const_cast<Thread*>(this), context.get(), in DumpJavaStack() local 2339 dumper.WalkStack(); in DumpJavaStack() 2342 } else if (dumper.num_blocked > 0) { in DumpJavaStack() 2344 } else if (dumper.num_locked > 0) { in DumpJavaStack() 3445 CollectFramesAndLocksStackVisitor dumper(soa, const_cast<Thread*>(this), context.get()); in CreateAnnotatedStackTrace() local 3446 dumper.WalkStack(); in CreateAnnotatedStackTrace() 3491 int32_t length = static_cast<int32_t>(dumper.stack_trace_elements_.size()); in CreateAnnotatedStackTrace() 3513 handle.Get(), soa.Decode<mirror::Object>(dumper.stack_trace_elements_[i].get())); in CreateAnnotatedStackTrace() 3516 if (!dumper.lock_objects_[i].empty()) { in CreateAnnotatedStackTrace() 3518 soa.Self(), h_o_array_class.Get(), static_cast<int32_t>(dumper.lock_objects_[i].size()))); in CreateAnnotatedStackTrace() [all …]
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 3015 ProfileCompilationInfo::DexReferenceDumper dumper) { in operator <<() argument 3016 stream << "[profile_key=" << dumper.GetProfileKey() in operator <<() 3017 << ",dex_checksum=" << std::hex << dumper.GetDexChecksum() << std::dec in operator <<() 3018 << ",num_type_ids=" << dumper.GetNumTypeIds() in operator <<() 3019 << ",num_method_ids=" << dumper.GetNumMethodIds() in operator <<()
|
D | profile_compilation_info.h | 1186 std::ostream& operator<<(std::ostream& stream, ProfileCompilationInfo::DexReferenceDumper dumper);
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 1040 HeapGraphDumper dumper(ignored_types); in WriteHeapPackets() local 1042 dumper.Dump(art::Runtime::Current(), writer); in WriteHeapPackets()
|