Home
last modified time | relevance | path

Searched refs:GetMaximumNumberOfOutVRegs (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc81 reserved_out_slots_ = ptr_size / kVRegSize + codegen->GetGraph()->GetMaximumNumberOfOutVRegs(); in RegisterAllocatorLinearScan()
Dregister_allocator_graph_color.cc593 reserved_out_slots_(codegen->GetGraph()->GetMaximumNumberOfOutVRegs()) { in RegisterAllocatorGraphColor()
Dnodes.cc2442 outer_graph->UpdateMaximumNumberOfOutVRegs(GetMaximumNumberOfOutVRegs()); in InlineInto()
Dnodes.h521 uint16_t GetMaximumNumberOfOutVRegs() const { in GetMaximumNumberOfOutVRegs() function