Lines Matching refs:layout

2515     BootImageLayout layout(image_location_, boot_class_path_, boot_class_path_locations_);  in FindImageFiles()  local
2516 std::string image_location = layout.GetPrimaryImageLocation(); in FindImageFiles()
2560 const BootImageLayout& layout, in LoadImage() argument
2567 ArrayRef<const BootImageLayout::ImageChunk> chunks = layout.GetChunks(); in LoadImage()
2569 const uint32_t base_address = layout.GetBaseAddress(); in LoadImage()
2570 const size_t image_component_count = layout.GetTotalComponentCount(); in LoadImage()
2571 const size_t image_reservation_size = layout.GetTotalReservationSize(); in LoadImage()
3430 BootImageLayout layout(image_location_, boot_class_path_, boot_class_path_locations_); in LoadFromSystem() local
3431 if (!layout.LoadFromSystem(image_isa_, error_msg)) { in LoadFromSystem()
3435 if (!LoadImage(layout, in LoadFromSystem()
3462 BootImageLayout layout(image_location_, boot_class_path_, boot_class_path_locations_); in LoadFromDalvikCache() local
3463 if (!layout.LoadFromDalvikCache(dalvik_cache_, error_msg)) { in LoadFromDalvikCache()
3466 if (!LoadImage(layout, in LoadFromDalvikCache()
3486 BootImageLayout layout(runtime->GetImageLocation(), in IsBootClassPathOnDisk() local
3489 const std::string image_location = layout.GetPrimaryImageLocation(); in IsBootClassPathOnDisk()
3925 BootImageLayout layout(image_location, in VerifyBootClassPathChecksums() local
3928 std::string primary_image_location = layout.GetPrimaryImageLocation(); in VerifyBootClassPathChecksums()
3952 ? layout.ValidateFromSystem(image_isa, &oat_checksums, error_msg) in VerifyBootClassPathChecksums()
3953 : layout.ValidateFromDalvikCache(cache_filename, &oat_checksums, error_msg); in VerifyBootClassPathChecksums()
3957 bcp_pos = layout.GetNextBcpIndex(); in VerifyBootClassPathChecksums()