Home
last modified time | relevance | path

Searched refs:GetComponentCount (Results 1 – 6 of 6) sorted by relevance

/art/dex2oat/
Ddex2oat_image_test.cc620 boot_image_spaces.back()->GetImageHeader().GetComponentCount()); in TEST_F()
638 boot_image_spaces.back()->GetImageHeader().GetComponentCount()); in TEST_F()
647 boot_image_spaces[head_dex_files.size()]->GetImageHeader().GetComponentCount()); in TEST_F()
649 boot_image_spaces[head_dex_files.size() + 1u]->GetImageHeader().GetComponentCount()); in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc981 if (header.GetComponentCount() != expected_component_count) { in CheckImageComponentCount()
984 header.GetComponentCount(), in CheckImageComponentCount()
1099 if (current_header.GetComponentCount() > boot_image_component_count - component_count) { in ValidateBootImageChecksum()
1105 component_count + current_header.GetComponentCount()); in ValidateBootImageChecksum()
1108 component_count += current_header.GetComponentCount(); in ValidateBootImageChecksum()
2039 if (header.GetComponentCount() == 0u || in ValidateHeader()
2040 header.GetComponentCount() > allowed_component_count) { in ValidateHeader()
2044 header.GetComponentCount(), in ValidateHeader()
2086 chunk.component_count = header.GetComponentCount(); in ReadHeader()
2094 next_bcp_index_ = bcp_index + header.GetComponentCount(); in ReadHeader()
[all …]
/art/runtime/
Dimage.h151 uint32_t GetComponentCount() const { in GetComponentCount() function
Dvdex_file.cc370 image_spaces.empty() ? 0u : image_spaces[0]->GetImageHeader().GetComponentCount(); in ComputeBootClassPathChecksumString()
/art/dex2oat/linker/
Dimage_writer.cc2658 boot_image_components += header.GetComponentCount(); in CreateHeader()
/art/runtime/gc/
Dheap.cc183 CHECK_EQ(image_spaces[i + j]->GetImageHeader().GetComponentCount(), 0u); in VerifyBootImagesContiguity()