Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1442 size_t GetNextBcpIndex() const { in GetNextBcpIndex() function in art::gc::space::ImageSpace::BootImageLayout
2145 DCHECK_GT(bcp_pos, GetNextBcpIndex()); in LoadOrValidate()
2157 bcp_pos = GetNextBcpIndex(); in LoadOrValidate()
2188 bcp_pos = GetNextBcpIndex(); in LoadOrValidate()
3470 bcp_pos = layout.GetNextBcpIndex(); in VerifyBootClassPathChecksums()