Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1447 return total_component_count_; in GetTotalComponentCount()
1537 size_t total_component_count_ = 0u; member in art::gc::space::ImageSpace::BootImageLayout
1847 total_component_count_ += header.GetComponentCount(); in ReadHeader()
1858 DCHECK_LE(total_component_count_, next_bcp_index_); in CompileExtension()
1863 if (total_component_count_ != bcp_index) { in CompileExtension()
2035 total_component_count_ += header.GetComponentCount(); in CompileExtension()