Searched refs:pm_type (Results 1 – 2 of 2) sorted by relevance
914 uint8_t pm_type = page_map_[idx]; in IsFreePage() local915 return pm_type == kPageMapReleased || pm_type == kPageMapEmpty; in IsFreePage()
314 uint8_t pm_type = page_map_[pm_idx]; in FreePages() local315 DCHECK(pm_type == kPageMapRun || pm_type == kPageMapLargeObject); in FreePages()317 switch (pm_type) { in FreePages()326 << static_cast<int>(pm_type) << ", ptr=" << std::hex in FreePages()