Home
last modified time | relevance | path

Searched refs:INFO (Results 101 – 117 of 117) sorted by relevance

12345

/art/runtime/hprof/
Dhprof.cc441 LOG(INFO) << "hprof: heap dump \"" << filename_ << "\" starting..."; in Hprof()
480 LOG(INFO) << "hprof: heap dump completed (" << PrettySize(RoundUp(overall_size, KB)) in Dump()
/art/runtime/
Dtransaction.cc68 LOG(INFO) << "Transaction::~Transaction" in ~Transaction()
Doat_file_assistant.cc685 LOG(INFO) << "Failed to open app image " << art_file.c_str() << " " << error_msg; in OpenImageSpace()
Doat_file_manager.cc308 LOG(INFO) << "Failed to add image file " << temp_error_msg; in OpenDexFilesFromOat()
Dthread.cc834 self->Dump(LOG_STREAM(INFO)); in CreateNativeThread()
1022 self->Dump(LOG_STREAM(INFO)); in Attach()
3315 LOG(INFO) << str; in DumpFromGdb()
3689 LOG(INFO) << "Visiting stack roots in " << ArtMethod::PrettyMethod(GetMethod()) in VisitFrame()
Dthread_list.cc1261 LOG(INFO) << "ThreadList::Register() " << *self << "\n" << oss.str(); in Register()
Dmonitor.cc658 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR) in ThrowIllegalMonitorStateExceptionF()
Dclass_linker.cc538 LOG(INFO) << "Rejecting re-init on previously-failed class " << c->PrettyClass() in ThrowEarlierClassFailure()
572 LOG(INFO) << "Failed to initialize class " << klass->GetDescriptor(&temp) << " from " in VlogClassInitializationFailure()
4524 LOG(INFO) << "Loaded class " << descriptor << source; in InsertClass()
5672 LOG(INFO) << "Initialized class " << klass->GetDescriptor(&temp) << " from " << in InitializeClass()
/art/dex2oat/linker/
Doat_writer.cc2254 LOG(INFO) << "InitOatCodeDexFiles: OatWriter(" in InitOatCodeDexFiles()
2286 LOG(INFO) << "IniatOatCodeDexFiles: method order: "; in InitOatCodeDexFiles()
2289 LOG(INFO) << pretty_name in InitOatCodeDexFiles()
3063 LOG(INFO) << "WriteCodeDexFiles: OatWriter(" in WriteCodeDexFiles()
/art/runtime/jit/
Djit_code_cache.cc1010 LOG(INFO) << "JIT allocated " in Reserve()
1017 LOG(INFO) << "JIT allocated " in Reserve()
/art/dex2oat/driver/
Dcompiler_driver.cc113 LOG(INFO) << Percentage(x, y) << "% of " << str << " for " << (x + y) << " cases"; in DumpStat()
963 LOG(INFO) << "[ProfileGuidedCompilation] " in ShouldCompileBasedOnProfile()
2800 LOG(INFO) << "[ProfileGuidedCompilation] " << in Compile()
/art/profman/
Dprofman.cc310 LOG(INFO) << "profman: option[" << i << "]=" << argv[i]; in ParseArgs()
/art/dexlayout/
Ddexlayout.cc1797 LOG(INFO) << "Code items in category " << i << " count=" << layout_count[i]; in LayoutCodeItems()
/art/runtime/verifier/
Dmethod_verifier.cc5233 LOG(INFO) << verifier.info_messages_.str(); in VerifyMethod()
5234 verifier.Dump(LOG_STREAM(INFO)); in VerifyMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc603 LOG(INFO) << "Continue-ing from deopt. Stack is:"; in HandleDeoptimization()
/art/dex2oat/
Ddex2oat_test.cc1436 LOG(INFO) << *sections; in TEST_F()
/art/openjdkjvmti/
Dti_redefine.cc625 JVMTI_LOG(INFO, env) << "Does not have can_redefine_classes cap!"; in StructurallyRedefineClassDirect()

12345