Home | History | Annotate | Download | only in runtime

Lines Matching full:oat

44 #include "oat.h"
561 std::string oat_fd_option_string("--oat-fd=");
565 std::string oat_location_option_string("--oat-location=");
698 VLOG(class_linker) << "Failed to find existing oat file at " << oat_location;
706 VLOG(class_linker) << "Failed to find oat file at " << oat_location
707 << " with expected image oat checksum of " << expected_image_oat_checksum
715 VLOG(class_linker) << "Failed to find oat file at " << oat_location
716 << " with expected image oat offset " << expected_image_oat_offset
722 VLOG(class_linker) << "Failed to find oat file at " << oat_location << " containing " << dex_location;
728 VLOG(class_linker) << "Failed to find oat file at " << oat_location
808 LOG(ERROR) << "Failed to open locked oat file: " << oat_location;
820 // Generate the output oat file for the dex file
821 VLOG(class_linker) << "Generating oat file " << oat_location << " for " << dex_location;
823 LOG(ERROR) << "Failed to generate oat file: " << oat_location;
829 LOG(ERROR) << "Failed to open generated oat file: " << oat_location;
837 << ") in generated oat file: " << oat_location;
860 LOG(ERROR) << "oat file " << oat_file->GetLocation()
866 LOG(ERROR) << "oat file " << oat_file->GetLocation()
880 LOG(WARNING) << "oat file " << oat_file->GetLocation()
887 LOG(WARNING) << "oat file " << oat_file->GetLocation()
924 // If no classes.dex found in dex_location, it has been stripped, assume oat is up-to-date.
955 PLOG(FATAL) << "Failed to remove obsolete oat file from " << cache_location;
958 LOG(INFO) << "Failed to open oat file from " << odex_filename << " or " << cache_location << ".";
960 // Try to generate oat file if it wasn't found or was obsolete.
1049 << " from within oat file " << oat_file.GetLocation();
1558 // Simple case where the oat method index was stashed at load time.
1573 CHECK(found) << "Didn't find oat method index for virtual method: " << PrettyMethod(method);
1587 // Special case to get oat code without overwriting a trampoline.
1643 // OAT file unavailable
2452 // Try to use verification information from the oat file, otherwise do runtime verification.
2524 // If we're compiling, we can only verify the class using the oat file if