Lines Matching refs:gc
23 #include "gc/accounting/card_table.h"
24 #include "gc/accounting/space_bitmap-inl.h"
25 #include "gc/heap.h"
35 namespace gc {
48 art::gc::allocator::RosAlloc* rosalloc, uint8_t* begin, uint8_t* end,
142 allocator::RosAlloc* rosalloc = new art::gc::allocator::RosAlloc(
145 art::gc::allocator::RosAlloc::kPageReleaseModeAll :
146 art::gc::allocator::RosAlloc::kPageReleaseModeSizeAndEnd,
293 InspectAllRosAlloc(art::gc::allocator::RosAlloc::BytesAllocatedCallback, &bytes_allocated, false);
299 InspectAllRosAlloc(art::gc::allocator::RosAlloc::ObjectsAllocatedCallback, &objects_allocated, false);
419 art::gc::space::RosAllocSpace* rosalloc_space = heap->GetRosAllocSpace(rosalloc);
427 } // namespace gc