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

  /art/compiler/optimizing/
register_allocator_graph_color.h 183 const size_t reserved_out_slots_; member in class:art::RegisterAllocatorGraphColor
register_allocator_linear_scan.h 171 size_t reserved_out_slots_; member in class:art::RegisterAllocatorLinearScan
register_allocator_linear_scan.cc 67 reserved_out_slots_(0) {
81 reserved_out_slots_ = ptr_size / kVRegSize + codegen->GetGraph()->GetMaximumNumberOfOutVRegs();
97 reserved_out_slots_, local
457 reserved_out_slots_,
    [all...]
register_allocator_graph_color.cc 593 reserved_out_slots_(codegen->GetGraph()->GetMaximumNumberOfOutVRegs()) {
719 reserved_art_method_slots_ + reserved_out_slots_, local
    [all...]

Completed in 335 milliseconds