Home
last modified time | relevance | path

Searched refs:boot_image_component_count (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dimage.cc48 uint32_t boot_image_component_count, in ImageHeader() argument
63 boot_image_component_count_(boot_image_component_count), in ImageHeader()
Dimage.h140 uint32_t boot_image_component_count,
/art/runtime/gc/space/
Dimage_space.cc848 uint32_t boot_image_component_count = image_header.GetBootImageComponentCount(); in ValidateBootImageChecksum() local
850 if (boot_image_component_count > expected_image_component_count) { in ValidateBootImageChecksum()
852 boot_image_component_count, in ValidateBootImageChecksum()
861 for (size_t component_count = 0u; component_count != boot_image_component_count; ) { in ValidateBootImageChecksum()
863 if (current_header.GetComponentCount() > boot_image_component_count - component_count) { in ValidateBootImageChecksum()
867 boot_image_component_count, in ValidateBootImageChecksum()
1401 uint32_t boot_image_component_count; member
1725 uint32_t boot_image_component_count = header.GetBootImageComponentCount(); in ValidateBootImageChecksum() local
1726 if (chunks_.empty() != (boot_image_component_count == 0u)) { in ValidateBootImageChecksum()
1729 boot_image_component_count, in ValidateBootImageChecksum()
[all …]