Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h376 size_t GetTotalComponentCount() const { return total_component_count_; } in GetTotalComponentCount()
470 size_t total_component_count_ = 0u; variable
Dimage_space.cc1869 total_component_count_ += header.GetComponentCount(); in ReadHeader()
1881 DCHECK_LE(total_component_count_, next_bcp_index_); in CompileBootclasspathElements()
1886 if (total_component_count_ != bcp_index) { in CompileBootclasspathElements()
2068 total_component_count_ += header.GetComponentCount(); in CompileBootclasspathElements()