Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_image_test.cc624 boot_image_spaces.back()->GetImageHeader().GetComponentCount()); in TEST_F()
642 boot_image_spaces.back()->GetImageHeader().GetComponentCount()); in TEST_F()
651 boot_image_spaces[head_dex_files.size()]->GetImageHeader().GetComponentCount()); in TEST_F()
653 boot_image_spaces[head_dex_files.size() + 1u]->GetImageHeader().GetComponentCount()); in TEST_F()
/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()