Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc316 uint8_t pm_part_type; in FreePages() local
319 pm_part_type = kPageMapRunPart; in FreePages()
322 pm_part_type = kPageMapLargeObjectPart; in FreePages()
335 while (idx < end && page_map_[idx] == pm_part_type) { in FreePages()