HomeSort by relevance Sort by last modified time
    Searched refs:GetMaximumNumberOfOutVRegs (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
register_allocator_linear_scan.cc 81 reserved_out_slots_ = ptr_size / kVRegSize + codegen->GetGraph()->GetMaximumNumberOfOutVRegs();
    [all...]
register_allocator_graph_color.cc 593 reserved_out_slots_(codegen->GetGraph()->GetMaximumNumberOfOutVRegs()) {
    [all...]
nodes.cc     [all...]
nodes.h 454 uint16_t GetMaximumNumberOfOutVRegs() const {
    [all...]

Completed in 148 milliseconds