Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h636 uint8_t pm_type = page_map_[idx]; in IsFreePage() local
637 return pm_type == kPageMapReleased || pm_type == kPageMapEmpty; in IsFreePage()
Drosalloc.cc298 uint8_t pm_type = page_map_[pm_idx]; in FreePages() local
299 DCHECK(pm_type == kPageMapRun || pm_type == kPageMapLargeObject); in FreePages()
301 switch (pm_type) { in FreePages()
310 << static_cast<int>(pm_type) << ", ptr=" << std::hex in FreePages()