Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h374 size_t GetNextBcpIndex() const { return next_bcp_index_; } in GetNextBcpIndex()
469 size_t next_bcp_index_ = 0u; variable
Dimage_space.cc1818 DCHECK_LE(next_bcp_index_, bcp_index); in ReadHeader()
1868 next_bcp_index_ = bcp_index + header.GetComponentCount(); in ReadHeader()
1881 DCHECK_LE(total_component_count_, next_bcp_index_); in CompileBootclasspathElements()
1882 DCHECK_LE(next_bcp_index_, bcp_index); in CompileBootclasspathElements()
2067 next_bcp_index_ = bcp_index + header.GetComponentCount(); in CompileBootclasspathElements()