Lines Matching refs:rosalloc
50 art::gc::allocator::RosAlloc* rosalloc, in RosAllocSpace() argument
67 rosalloc_(rosalloc), low_memory_mode_(low_memory_mode) { in RosAllocSpace()
68 CHECK(rosalloc != nullptr); in RosAllocSpace()
83 allocator::RosAlloc* rosalloc = CreateRosAlloc(mem_map.Begin(), in CreateFromMemMap() local
89 if (rosalloc == nullptr) { in CreateFromMemMap()
109 rosalloc, in CreateFromMemMap()
121 rosalloc, in CreateFromMemMap()
188 allocator::RosAlloc* rosalloc = new art::gc::allocator::RosAlloc( in CreateRosAlloc() local
194 if (rosalloc != nullptr) { in CreateRosAlloc()
195 rosalloc->SetFootprintLimit(initial_size); in CreateRosAlloc()
199 return rosalloc; in CreateRosAlloc()
486 void* ArtRosAllocMoreCore(allocator::RosAlloc* rosalloc, intptr_t increment) in ArtRosAllocMoreCore() argument
489 art::gc::space::RosAllocSpace* rosalloc_space = heap->GetRosAllocSpace(rosalloc); in ArtRosAllocMoreCore()
491 DCHECK_EQ(rosalloc_space->GetRosAlloc(), rosalloc); in ArtRosAllocMoreCore()