Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc47 uint32_t boot_image_component_count, in ImageHeader() argument
62 boot_image_component_count_(boot_image_component_count), in ImageHeader()
Dimage.h140 uint32_t boot_image_component_count,
/art/runtime/gc/space/
Dimage_space.cc1084 uint32_t boot_image_component_count = image_header.GetBootImageComponentCount(); in ValidateBootImageChecksum() local
1086 if (boot_image_component_count > boot_image_spaces_size) { in ValidateBootImageChecksum()
1088 boot_image_component_count, in ValidateBootImageChecksum()
1097 for (size_t component_count = 0u; component_count != boot_image_component_count; ) { in ValidateBootImageChecksum()
1099 if (current_header.GetComponentCount() > boot_image_component_count - component_count) { in ValidateBootImageChecksum()
1103 boot_image_component_count, in ValidateBootImageChecksum()
1634 uint32_t boot_image_component_count; member
1973 uint32_t boot_image_component_count = header.GetBootImageComponentCount(); in ValidateBootImageChecksum() local
1974 if (chunks_.empty() != (boot_image_component_count == 0u)) { in ValidateBootImageChecksum()
1977 boot_image_component_count, in ValidateBootImageChecksum()
[all …]