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

  /art/runtime/
runtime_globals.h 25 static constexpr size_t kVRegSize = 4;
  /art/compiler/optimizing/
code_generator.cc 479 (number_of_out_slots + number_of_spill_slots) * kVRegSize, GetPreferredSlotsAlignment());
    [all...]
register_allocator.cc 147 + current->GetParent()->GetSpillSlot() / kVRegSize
register_allocation_resolver.cc 85 current->SetSpillSlot(slot * kVRegSize);
126 current->SetSpillSlot(slot * kVRegSize);
397 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize);
code_generator.h 205 + parameter->GetIndex() * kVRegSize;
    [all...]
ssa_liveness_analysis.cc 499 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 572 return static_cast<size_t>(InstructionSetPointerSize(codegen.GetInstructionSet())) / kVRegSize;
    [all...]
code_generator_arm64.cc 219 locations->SetStackBit(stack_offset / kVRegSize);
    [all...]
code_generator_arm_vixl.cc 326 locations->SetStackBit(stack_offset / kVRegSize);
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 72 const int kVRegSize = kVRegSizeInBits >> 3;
    [all...]

Completed in 972 milliseconds