Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h911 uint8_t pm_type = page_map_[idx]; in IsFreePage() local
912 return pm_type == kPageMapReleased || pm_type == kPageMapEmpty; in IsFreePage()
Drosalloc.cc311 uint8_t pm_type = page_map_[pm_idx]; in FreePages() local
312 DCHECK(pm_type == kPageMapRun || pm_type == kPageMapLargeObject); in FreePages()
314 switch (pm_type) { in FreePages()
323 << static_cast<int>(pm_type) << ", ptr=" << std::hex in FreePages()