Home
last modified time | relevance | path

Searched refs:GetNextBcpIndex (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() function
Dimage_space.cc2160 DCHECK_GT(bcp_pos, GetNextBcpIndex()); in Load()
2164 bcp_pos = GetNextBcpIndex(); in Load()
2194 bcp_pos = GetNextBcpIndex(); in Load()