Lines Matching refs:RosAlloc
50 art::gc::allocator::RosAlloc* rosalloc, in RosAllocSpace()
83 allocator::RosAlloc* rosalloc = CreateRosAlloc(mem_map.Begin(), in CreateFromMemMap()
179 allocator::RosAlloc* RosAllocSpace::CreateRosAlloc(void* begin, size_t morecore_start, in CreateRosAlloc()
188 allocator::RosAlloc* rosalloc = new art::gc::allocator::RosAlloc( in CreateRosAlloc()
191 art::gc::allocator::RosAlloc::kPageReleaseModeAll : in CreateRosAlloc()
192 art::gc::allocator::RosAlloc::kPageReleaseModeSizeAndEnd, in CreateRosAlloc()
237 reinterpret_cast<allocator::RosAlloc*>(allocator), in CreateInstance()
249 reinterpret_cast<allocator::RosAlloc*>(allocator), in CreateInstance()
360 InspectAllRosAlloc(art::gc::allocator::RosAlloc::BytesAllocatedCallback, &bytes_allocated, false); in GetBytesAllocated()
366 …InspectAllRosAlloc(art::gc::allocator::RosAlloc::ObjectsAllocatedCallback, &objects_allocated, fal… in GetObjectsAllocated()
486 void* ArtRosAllocMoreCore(allocator::RosAlloc* rosalloc, intptr_t increment) in ArtRosAllocMoreCore()