Home
last modified time | relevance | path

Searched refs:boot_image_info (Results 1 – 2 of 2) sorted by relevance

/art/runtime/oat/
Doat_file_assistant_context.cc70 BootImageInfo& boot_image_info = boot_image_info_list.emplace_back(); local
71 boot_image_info.component_count = image_space->GetComponentCount();
74 &boot_image_info.checksum);
143 BootImageInfo& boot_image_info = boot_image_info_list.emplace_back(); in GetBootImageInfoList() local
144 boot_image_info.component_count = chunk.component_count; in GetBootImageInfoList()
146 chunk.component_count, chunk.checksum, &boot_image_info.checksum); in GetBootImageInfoList()
Doat_file_assistant.cc779 const OatFileAssistantContext::BootImageInfo& boot_image_info = in ValidateBootClassPathChecksums() local
781 if (!ConsumePrefix(&oat_checksums, boot_image_info.checksum)) { in ValidateBootClassPathChecksums()
784 boot_image_info.checksum.c_str()); in ValidateBootClassPathChecksums()
788 bcp_index += boot_image_info.component_count; in ValidateBootClassPathChecksums()