Home
last modified time | relevance | path

Searched refs:Dump (Results 76 – 100 of 151) sorted by relevance

1234567

/art/oatdump/
Doatdump.cc413 bool Dump(std::ostream& os) { in Dump() function in art::OatDumper
572 deps.Dump(&vios); in Dump()
1378 code_info.Dump(vios, in DumpCodeInfo()
1630 offset += disassembler_->Dump(vios->Stream(), quick_native_pc + offset); in DumpCode()
1635 stack_map.Dump(vios, in DumpCode()
1650 offset += disassembler_->Dump(vios->Stream(), quick_native_pc + offset); in DumpCode()
1802 bool Dump() REQUIRES_SHARED(Locks::mutator_lock_) { in Dump() function in art::ImageDumper
2039 stats_.Dump(os, indent_os); in Dump()
2044 return oat_dumper_->Dump(os); in Dump()
2236 SubtypeCheck<ObjPtr<mirror::Class>>::Dump(klass, os); in DumpObject()
[all …]
/art/runtime/verifier/
Dmethod_verifier.cc781 void Dump(std::ostream& os) REQUIRES_SHARED(Locks::mutator_lock_) { in Dump() function in art::verifier::impl::__anon79162a830111::MethodVerifier
783 Dump(&vios); in Dump()
785 void Dump(VariableIndentationOutputStream* vios) REQUIRES_SHARED(Locks::mutator_lock_);
1631 void MethodVerifier<kVerifierDebug>::Dump(VariableIndentationOutputStream* vios) { in Dump() function in art::verifier::impl::__anon79162a830111::MethodVerifier
1639 reg_types_.Dump(vios->Stream()); in Dump()
1651 vios->Stream() << reg_line->Dump(this) << "\n"; in Dump()
1910 Dump(LOG_STREAM(FATAL_WITHOUT_ABORT)); in CodeFlowVerifyMethod()
1914 << " work_line=" << work_line_->Dump(this) << "\n" in CodeFlowVerifyMethod()
1915 << " expected=" << register_line->Dump(this); in CodeFlowVerifyMethod()
2065 << work_line_->Dump(this); in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache.h161 void Dump(std::ostream& os) REQUIRES_SHARED(Locks::mutator_lock_);
Dregister_line.cc140 std::string RegisterLine::Dump(MethodVerifier* verifier) const { in Dump() function in art::verifier::RegisterLine
144 result += GetRegisterType(verifier, i).Dump(); in Dump()
Dregister_line.h155 std::string Dump(MethodVerifier* verifier) const REQUIRES_SHARED(Locks::mutator_lock_);
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc188 void AnalyzeDebugInfo::Dump(std::ostream& os, uint64_t total_size) const { in Dump() function in art::dexanalyze::AnalyzeDebugInfo
479 void CountDexIndices::Dump(std::ostream& os, uint64_t total_size) const { in Dump() function in art::dexanalyze::CountDexIndices
609 void CodeMetrics::Dump(std::ostream& os, uint64_t total_size) const { in Dump() function in art::dexanalyze::CodeMetrics
/art/runtime/
Dlock_word.h263 void Dump(std::ostream& os) { in Dump() function
Dthread.cc834 self->Dump(LOG_STREAM(INFO)); in CreateNativeThread()
1022 self->Dump(LOG_STREAM(INFO)); in Attach()
1050 LOG(ERROR) << self->GetException()->Dump(); in Attach()
1357 void Thread::Dump(std::ostream& os, bool dump_native_stack, BacktraceMap* backtrace_map, in Dump() function in art::Thread
1406 Runtime::Current()->GetThreadList()->Dump(ss); in UnsafeLogFatalForSuspendCount()
2349 << e->Dump(); in AssertPendingOOMException()
2355 LOG(FATAL) << "No pending exception expected: " << GetException()->Dump(); in AssertNoPendingException()
2363 << GetException()->Dump(); in AssertNoPendingExceptionForNewException()
3219 Dump(LOG_STREAM(WARNING)); // The pre-allocated OOME has no stack, so help out and log one. in ThrowNewWrappedException()
3298 Dump(LOG_STREAM(WARNING)); // The pre-allocated OOME has no stack, so help out and log one. in ThrowOutOfMemoryError()
[all …]
Dthread_list.h62 void Dump(std::ostream& os, bool dump_native_stack = true)
Dindirect_reference_table.h284 void Dump(std::ostream& os) const
Dinstrumentation.cc130 LOG(INFO) << "Popping frames for exception " << exception->Dump(); in PopFramesTo()
331 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
366 LOG(INFO) << "Ignoring already instrumented " << frame.Dump(); in InstrumentationInstallStack()
395 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
1644 std::string InstrumentationStackFrame::Dump() const { in Dump() function in art::instrumentation::InstrumentationStackFrame
Dsubtype_check.h362 static std::ostream& Dump(ClassPtr klass, std::ostream& os) in Dump() function
/art/tools/veridex/
Dhidden_api_finder.cc172 void HiddenApiFinder::Dump(std::ostream& os, in Dump() function in art::HiddenApiFinder
/art/runtime/gc/space/
Dbump_pointer_space.cc94 void BumpPointerSpace::Dump(std::ostream& os) const { in Dump() function in art::gc::space::BumpPointerSpace
Dlarge_object_space.h199 void Dump(std::ostream& os) const override REQUIRES(!lock_);
Dmalloc_space.cc249 void MallocSpace::Dump(std::ostream& os) const { in Dump() function in art::gc::space::MallocSpace
Dspace.h83 virtual void Dump(std::ostream& os) const;
Dregion_space.h140 void Dump(std::ostream& os) const override;
601 void Dump(std::ostream& os) const;
/art/compiler/optimizing/
Doptimizing_unit_test.h254 checker.Dump(std::cerr); in CheckGraph()
Dregister_allocator.cc187 interval->Dump(message); in ValidateIntervals()
Dgraph_visualizer.cc74 current->Dump(NewEntryStream()); in StringList()
81 current.Dump(NewEntryStream()); in StringList()
167 disassembler_->Dump(output, base + start, base + end); in Disassemble()
Dsuperblock_cloner.h55 void Dump(std::ostream& stream) const;
/art/runtime/gc/accounting/
Dspace_bitmap.cc111 std::string SpaceBitmap<kAlignment>::Dump() const { in Dump() function in art::gc::accounting::SpaceBitmap
Dmod_union_table.cc367 void ModUnionTableReferenceCache::Dump(std::ostream& os) { in Dump() function in art::gc::accounting::ModUnionTableReferenceCache
571 void ModUnionTableCardCache::Dump(std::ostream& os) { in Dump() function in art::gc::accounting::ModUnionTableCardCache
/art/libartbase/base/
Dbit_vector.cc329 void BitVector::Dump(std::ostream& os, const char *prefix) const { in Dump() function in art::BitVector

1234567