Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc921 uint32_t boot_image_component_count = image_header.GetBootImageComponentCount(); in ValidateBootImageChecksum()
1674 uint32_t boot_image_component_count = header.GetBootImageComponentCount(); in ValidateBootImageChecksum()
1878 chunk.boot_image_component_count = header.GetBootImageComponentCount(); in ReadHeader()
2074 chunk.boot_image_component_count = header.GetBootImageComponentCount(); in CompileBootclasspathElements()
2783 size_t dependency_component_count = current_header.GetBootImageComponentCount(); in DeduplicateInternedStrings()
3094 chunk.boot_image_component_count != header.GetBootImageComponentCount() || in LoadComponents()
3109 header.GetBootImageComponentCount(), in LoadComponents()
/aosp_15_r20/art/runtime/oat/
H A Dimage.h363 uint32_t GetBootImageComponentCount() const { in GetBootImageComponentCount() function