Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc2361 size_t total_component_count = 0; in LoadImage() local
2363 total_component_count += space->GetComponentCount(); in LoadImage()
2366 total_component_count == chunk.start_index + chunk.component_count) { in LoadImage()