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

  /art/compiler/optimizing/
register_allocator.cc 128 + current->GetParent()->GetSpillSlot() / kVRegSize
code_generator.cc 303 (number_of_out_slots + number_of_spill_slots) * kVRegSize, GetPreferredSlotsAlignment());
    [all...]
register_allocation_resolver.cc 85 current->SetSpillSlot(slot * kVRegSize);
123 current->SetSpillSlot(slot * kVRegSize);
388 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize);
code_generator.h 202 + parameter->GetIndex() * kVRegSize;
794 return static_cast<size_t>(pointer_size_) + index * kVRegSize;
    [all...]
ssa_liveness_analysis.cc 477 return definition->AsVecOperation()->GetVectorNumberOfBytes() / kVRegSize;
register_allocator_linear_scan.cc 81 reserved_out_slots_ = ptr_size / kVRegSize + codegen->GetGraph()->GetMaximumNumberOfOutVRegs();
    [all...]
register_allocator_graph_color.cc 548 return static_cast<size_t>(InstructionSetPointerSize(codegen.GetInstructionSet())) / kVRegSize;
    [all...]
code_generator_arm64.cc 219 locations->SetStackBit(stack_offset / kVRegSize);
    [all...]
code_generator_arm.cc 173 locations->SetStackBit(stack_offset / kVRegSize);
    [all...]
code_generator_arm_vixl.cc 216 locations->SetStackBit(stack_offset / kVRegSize);
    [all...]
  /art/runtime/
stack_map.h 39 static constexpr size_t kVRegSize = 4;
    [all...]

Completed in 226 milliseconds