Home | History | Annotate | Download | only in quick

Lines Matching refs:gc

108 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(DlMalloc, gc::kAllocatorTypeDlMalloc)
109 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RosAlloc, gc::kAllocatorTypeRosAlloc)
110 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(BumpPointer, gc::kAllocatorTypeBumpPointer)
111 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc::kAllocatorTypeTLAB)
165 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;
167 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator) {
178 case gc::kAllocatorTypeDlMalloc: {
182 case gc::kAllocatorTypeRosAlloc: {
186 case gc::kAllocatorTypeBumpPointer: {
191 case gc::kAllocatorTypeTLAB: {