Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dimage.cc48 uint32_t boot_image_component_count, in ImageHeader() argument
63 boot_image_component_count_(boot_image_component_count), in ImageHeader()
H A Dimage.h140 uint32_t boot_image_component_count,
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc852 boot_image_component_count, in ValidateBootImageChecksum()
867 boot_image_component_count, in ValidateBootImageChecksum()
1401 uint32_t boot_image_component_count; member
1726 if (chunks_.empty() != (boot_image_component_count == 0u)) { in ValidateBootImageChecksum()
1729 boot_image_component_count, in ValidateBootImageChecksum()
1737 if (component_count == boot_image_component_count) { in ValidateBootImageChecksum()
1747 boot_image_component_count, in ValidateBootImageChecksum()
1756 DCHECK_LE(component_count, boot_image_component_count); in ValidateBootImageChecksum()
1757 if (component_count != boot_image_component_count) { in ValidateBootImageChecksum()
1760 boot_image_component_count, in ValidateBootImageChecksum()
[all …]