Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h355 uint32_t GetBootImageComponentCount() const { in GetBootImageComponentCount() function
/art/runtime/gc/space/
Dimage_space.cc1084 uint32_t boot_image_component_count = image_header.GetBootImageComponentCount(); in ValidateBootImageChecksum()
1973 uint32_t boot_image_component_count = header.GetBootImageComponentCount(); in ValidateBootImageChecksum()
2090 chunk.boot_image_component_count = header.GetBootImageComponentCount(); in ReadHeader()
2275 chunk.boot_image_component_count = header.GetBootImageComponentCount(); in CompileExtension()
3020 size_t dependency_component_count = current_header.GetBootImageComponentCount(); in DeduplicateInternedStrings()
3317 chunk.boot_image_component_count != header.GetBootImageComponentCount() || in LoadComponents()
3332 header.GetBootImageComponentCount(), in LoadComponents()