HomeSort by relevance Sort by last modified time
    Searched refs:pm_type (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/allocator/
rosalloc.h 579 byte pm_type = page_map_[idx];
580 return pm_type == kPageMapReleased || pm_type == kPageMapEmpty;
rosalloc.cc 293 byte pm_type = page_map_[pm_idx]; local
294 DCHECK(pm_type == kPageMapRun || pm_type == kPageMapLargeObject);
296 switch (pm_type) {
304 LOG(FATAL) << "Unreachable - " << __PRETTY_FUNCTION__ << " : " << "pm_idx=" << pm_idx << ", pm_type="
305 << static_cast<int>(pm_type) << ", ptr=" << std::hex
    [all...]

Completed in 76 milliseconds