Home
last modified time | relevance | path

Searched refs:physical_fp_register_intervals_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h133 ScopedArenaVector<LiveInterval*> physical_fp_register_intervals_; variable
Dregister_allocator_linear_scan.cc54 physical_fp_register_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
76 physical_fp_register_intervals_.resize(codegen->GetNumberOfFloatingPointRegisters(), nullptr); in RegisterAllocatorLinearScan()
136 : physical_fp_register_intervals_[reg]; in BlockRegister()
145 physical_fp_register_intervals_[reg] = interval; in BlockRegister()
212 for (LiveInterval* fixed : physical_fp_register_intervals_) { in AllocateRegistersInternal()
442 : &physical_fp_register_intervals_; in ValidateInternal()