Searched defs:page_map_type (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.cc127 void* RosAlloc::AllocPages(Thread* self, size_t num_pages, uint8_t page_map_type) { argument
129 DCHECK(page_map_type == kPageMapRun || page_map_type == kPageMapLargeObject);
271 switch (page_map_type) {
285 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(page_map_type);

Completed in 18 milliseconds