Searched refs:kVRegSize (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator.cc280 first_register_slot_in_slow_path_ = (number_of_out_slots + number_of_spill_slots) * kVRegSize;
291 number_of_spill_slots * kVRegSize
292 + number_of_out_slots * kVRegSize
881 DexRegisterLocation::Kind::kInStack, location.GetHighStackIndex(kVRegSize));
962 DexRegisterLocation::Kind::kInStack, location.GetHighStackIndex(kVRegSize));
975 DexRegisterLocation::Kind::kInStack, offset + kVRegSize);
997 DexRegisterLocation::Kind::kInStack, offset + kVRegSize);
1134 locations->ClearStackBit(interval->GetSpillSlot() / kVRegSize);
1201 locations->SetStackBit(stack_offset / kVRegSize);
H A Dcode_generator.h191 + parameter->GetIndex() * kVRegSize;
671 return pointer_size_ + index * kVRegSize;
H A Dregister_allocator.cc81 reserved_out_slots_ = InstructionSetPointerSize(codegen->GetInstructionSet()) / kVRegSize +
512 + current->GetParent()->GetSpillSlot() / kVRegSize
1688 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize);
1862 current->SetSpillSlot(slot * kVRegSize);
1896 current->SetSpillSlot(slot * kVRegSize);
H A Dcode_generator_arm64.cc191 locations->SetStackBit(stack_offset / kVRegSize);
/art/runtime/
H A Dstack_map.h35 static constexpr size_t kVRegSize = 4; member in namespace:art

Completed in 49 milliseconds