Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant_context.cc65 std::vector<BootImageInfo>& boot_image_info_list = boot_image_info_list_by_isa_[kRuntimeISA]; local
70 BootImageInfo& boot_image_info = boot_image_info_list.emplace_back();
141 std::vector<BootImageInfo>& boot_image_info_list = boot_image_info_list_by_isa_[isa]; in GetBootImageInfoList() local
143 BootImageInfo& boot_image_info = boot_image_info_list.emplace_back(); in GetBootImageInfoList()
148 return boot_image_info_list; in GetBootImageInfoList()
Doat_file_assistant.cc770 const std::vector<OatFileAssistantContext::BootImageInfo>& boot_image_info_list = in ValidateBootClassPathChecksums() local
772 if (boot_image_index >= boot_image_info_list.size()) { in ValidateBootClassPathChecksums()
780 boot_image_info_list[boot_image_index]; in ValidateBootClassPathChecksums()