Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant_context.cc142 for (const ImageSpace::BootImageLayout::ImageChunk& chunk : layout.GetChunks()) { in GetBootImageInfoList()
/art/runtime/gc/space/
Dimage_space.h370 ArrayRef<const ImageChunk> GetChunks() const { return ArrayRef<const ImageChunk>(chunks_); } in GetChunks() function
Dimage_space.cc2077 DCHECK(GetChunks().empty()); in Load()
2283 ArrayRef<const BootImageLayout::ImageChunk> chunks = layout.GetChunks(); in LoadImage()