Lines Matching refs:Adapter
47 unhandled_core_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
48 unhandled_fp_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
50 handled_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
51 active_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
52 inactive_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
53 physical_core_register_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
54 physical_fp_register_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
55 temp_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
56 int_spill_slots_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
57 long_spill_slots_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
58 float_spill_slots_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
59 double_spill_slots_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
61 safepoints_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
432 allocator.Adapter(kArenaAllocRegisterAllocatorValidate)); in ValidateInternal()