Home
last modified time | relevance | path

Searched refs:Dump (Results 126 – 150 of 151) sorted by relevance

1234567

/art/runtime/gc/space/
Dimage_space.cc821 logger.Dump(LOG_STREAM(INFO)); in InitAppImage()
1589 logger.Dump(LOG_STREAM(INFO)); in RelocateInPlace()
3448 logger.Dump(LOG_STREAM(INFO)); in LoadFromSystem()
3479 logger.Dump(LOG_STREAM(INFO)); in LoadFromDalvikCache()
3746 void ImageSpace::Dump(std::ostream& os) const { in Dump() function in art::gc::space::ImageSpace
/art/imgdiag/
Dimgdiag.cc1285 bool Dump(const ImageHeader& image_header, const std::string& image_location) in Dump() function in art::ImgDiagDumper
1849 if (!img_diag_dumper.Dump(image_header, image_space->GetImageLocation())) { in DumpImage()
/art/runtime/
Dsubtype_check_test.cc272 SC::Dump(tree.klass_, os); in operator <<()
Dreflection.cc390 << self->GetException()->Dump(); in CheckMethodArguments()
Dclass_linker.cc534 extra = verify_error->AsThrowable()->Dump(); in ThrowEarlierClassFailure()
573 << klass->GetLocation() << "\n" << Thread::Current()->GetException()->Dump(); in VlogClassInitializationFailure()
595 << self->GetException()->Dump(); in WrapExceptionInInitializer()
1206 << ": " << self->GetException()->Dump(); in RunRootClinits()
3388 VLOG(class_linker) << self->GetException()->Dump(); in DefineClass()
5526 << (self->GetException() != nullptr ? self->GetException()->Dump() : ""); in InitializeClass()
8864 DCHECK(!Thread::Current()->IsExceptionPending()) << Thread::Current()->GetException()->Dump(); in ResolveMethod()
9012 DCHECK(!Thread::Current()->IsExceptionPending()) << Thread::Current()->GetException()->Dump(); in ResolveField()
Dthread.h221 void Dump(std::ostream& os,
/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc464 interval->Dump(stream); in DumpInterval()
Dnodes.cc621 void HLoopInformation::Dump(std::ostream& os) { in Dump() function in art::HLoopInformation
Dinstruction_builder.cc1919 << (soa.Self()->IsExceptionPending() ? soa.Self()->GetException()->Dump() : "null"); in ResolveField()
/art/runtime/interpreter/
Dinterpreter_common.h212 << self->GetException()->Dump(); in PerformNonStandardReturn()
Dinterpreter_switch_impl-inl.h105 << self->GetException()->Dump(); in PossiblyHandlePendingExceptionOnInvoke()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc733 << self->GetException()->Dump(); in artQuickToInterpreterBridge()
1096 << self->GetException()->Dump(); in artInstrumentationMethodExitFromCode()
/art/dex2oat/
Dverifier_deps_test.cc1182 decoded_deps.Dump(&os); in TEST_F()
Ddex2oat.cc2177 << soa.Self()->GetException()->Dump(); in CompileDexFiles()
/art/openjdkjvmti/
Dti_thread.cc184 << self->GetException()->Dump(); in WaitForSystemDaemonStart()
Dti_redefine.cc445 self->GetException()->Dump(); in GetClassRedefinitionError()
2090 << (driver_->self_->IsExceptionPending() ? driver_->self_->GetException()->Dump() in AllocateNewClassObject()
Dti_heap.cc1924 << self->GetException()->Dump(); in ChangeArraySize()
/art/runtime/verifier/
Dverifier_deps.cc885 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump() function in art::verifier::VerifierDeps
/art/runtime/mirror/
Dclass.cc259 LOG(ERROR) << "Exception: " << self->GetException()->Dump(); in SetStatus()
/art/dexdump/
Ddexdump.cc1248 api_list.Dump(ss); in GetHiddenapiFlagStr()
/art/runtime/gc/collector/
Dconcurrent_copying.cc2835 ref->GetLockWord(false).Dump(LOG_STREAM(FATAL_WITHOUT_ABORT)); in AssertToSpaceInvariant()
2931 ref->GetLockWord(false).Dump(LOG_STREAM(FATAL_WITHOUT_ABORT)); in AssertToSpaceInvariant()
/art/dexlayout/
Ddexlayout.cc229 hiddenapi::ApiList(hiddenapi_flags).Dump(ss); in GetHiddenapiFlagStr()
/art/runtime/jit/
Djit_code_cache.cc1906 void JitCodeCache::Dump(std::ostream& os) { in Dump() function in art::jit::JitCodeCache
/art/runtime/gc/
Dheap.cc3069 mod_union_table->Dump(LOG_STREAM(ERROR) << mod_union_table->GetName() << ": "); in VerifyHeapReferences()
3074 remembered_set->Dump(LOG_STREAM(ERROR) << remembered_set->GetName() << ": "); in VerifyHeapReferences()
/art/runtime/jni/
Dcheck_jni.cc1358 exception->Dump().c_str()); in CheckThread()

1234567