Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h371 size_t GetNextBcpIndex() const { return next_bcp_index_; } in GetNextBcpIndex() function
Dimage_space.cc2142 DCHECK_GT(bcp_pos, GetNextBcpIndex()); in Load()
2146 bcp_pos = GetNextBcpIndex(); in Load()
2176 bcp_pos = GetNextBcpIndex(); in Load()