Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1443 return next_bcp_index_; in GetNextBcpIndex()
1536 size_t next_bcp_index_ = 0u; member in art::gc::space::ImageSpace::BootImageLayout
1818 DCHECK_LE(next_bcp_index_, bcp_index); in ReadHeader()
1846 next_bcp_index_ = bcp_index + header.GetComponentCount(); in ReadHeader()
1858 DCHECK_LE(total_component_count_, next_bcp_index_); in CompileExtension()
1859 DCHECK_LE(next_bcp_index_, bcp_index); in CompileExtension()
2034 next_bcp_index_ = bcp_index + header.GetComponentCount(); in CompileExtension()
2053 if (next_bcp_index_ != boot_class_path_.size()) { in CheckAndRemoveLastChunkChecksum()
2055 boot_class_path_.size() - next_bcp_index_); in CheckAndRemoveLastChunkChecksum()