Lines Matching refs:LOG
85 LOG(ERROR) << error; in UsageErrorV()
276 LOG(INFO) << "dex2oat took " << PrettyDuration(NanoTime() - start_ns_) in LogCompletionTime()
287 LOG(ERROR) << "Failed to open image classes file " << image_classes_filename; in ReadImageClassesFromFile()
344 LOG(ERROR) << error_msg; in PatchOatCode()
438 LOG(ERROR) << "Failed to write ELF file " << oat_file->GetPath(); in CreateOatFile()
456 LOG(ERROR) << "Failed to fixup ELF file " << oat_file->GetPath() << ": " << error_msg; in CreateOatFile()
477 LOG(ERROR) << "Failed to create image file " << image_filename; in CreateImageFile()
493 LOG(ERROR) << "Failed to fixup ELF file " << oat_file->GetPath(); in CreateImageFile()
532 LOG(ERROR) << "Failed to create runtime"; in CreateRuntime()
563 LOG(WARNING) << "Failed to open dex file '" << parsed[i] << "': " << error_msg; in OpenClassPathFiles()
604 LOG(WARNING) << "Skipping non-existent dex file '" << dex_filename << "'"; in OpenDexFiles()
608 LOG(WARNING) << "Failed to open .dex from file '" << dex_filename << "': " << error_msg; in OpenDexFiles()
807 LOG(WARNING) << "personality(. | ADDR_NO_RANDOMIZE) failed."; in b13564922()
915 LOG(INFO) << "dex2oat: option[" << i << "]=" << argv[i]; in dex2oat()
1059 LOG(INFO) << "dex2oat: option[" << i << "]=" << argv[i]; in dex2oat()
1329 LOG(INFO) << CommandLine(); in dex2oat()
1337 LOG(ERROR) << "Failed to open some dex files: " << failure_count; in dex2oat()
1373 LOG(ERROR) << "Failed to create dex2oat"; in dex2oat()
1402 LOG(ERROR) << "Failed to create list of image classes from '" << image_classes_filename << in dex2oat()
1424 LOG(ERROR) << "Failed to create list of compiled classes from '" << compiled_classes_filename in dex2oat()
1444 LOG(ERROR) << "Failed to open zip from file descriptor for '" << zip_location << "': " in dex2oat()
1451 LOG(ERROR) << "Failed to open dex from file descriptor for zip file '" << zip_location in dex2oat()
1461 LOG(ERROR) << "Failed to open some dex files: " << failure_count; in dex2oat()
1483 LOG(INFO) << "Wrote input to " << tmp_file_name; in dex2oat()
1498 LOG(INFO) << "Decided to run without swap."; in dex2oat()
1500 LOG(INFO) << "Accepted running with swap."; in dex2oat()
1559 LOG(ERROR) << "Failed to create oat file: " << oat_location; in dex2oat()
1641 LOG(INFO) << Dumpable<TimingLogger>(timings); in dex2oat()
1644 LOG(INFO) << Dumpable<CumulativeLogger>(*compiler.get()->GetTimingsLogger()); in dex2oat()
1692 LOG(ERROR) << "Failed to flush and close oat file: " << oat_location; in dex2oat()
1708 LOG(INFO) << Dumpable<TimingLogger>(timings); in dex2oat()
1711 LOG(INFO) << Dumpable<CumulativeLogger>(compiler_phases_timings); in dex2oat()