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.cc1687 return next_bcp_index_; in GetNextBcpIndex()
1784 size_t next_bcp_index_ = 0u; member in art::gc::space::ImageSpace::BootImageLayout
2066 DCHECK_LE(next_bcp_index_, bcp_index); in ReadHeader()
2094 next_bcp_index_ = bcp_index + header.GetComponentCount(); in ReadHeader()
2106 DCHECK_LE(total_component_count_, next_bcp_index_); in CompileExtension()
2107 DCHECK_LE(next_bcp_index_, bcp_index); in CompileExtension()
2282 next_bcp_index_ = bcp_index + header.GetComponentCount(); in CompileExtension()
2301 if (next_bcp_index_ != boot_class_path_.size()) { in CheckAndRemoveLastChunkChecksum()
2303 boot_class_path_.size() - next_bcp_index_); in CheckAndRemoveLastChunkChecksum()