HomeSort by relevance Sort by last modified time
    Searched defs:RegisterFrom (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
common_arm.h 74 inline vixl::aarch32::Register RegisterFrom(Location location) {
79 inline vixl::aarch32::Register RegisterFrom(Location location, DataType::Type type) {
81 return RegisterFrom(location);
145 return RegisterFrom(instr->GetLocations()->Out(), instr->GetType());
149 return RegisterFrom(instr->GetLocations()->InAt(input_index),
201 return vixl::aarch32::Operand(RegisterFrom(location, type));
common_arm64.h 76 inline vixl::aarch64::Register RegisterFrom(Location location, DataType::Type type) {
82 return RegisterFrom(instr->GetLocations()->Out(), instr->GetType());
86 return RegisterFrom(instr->GetLocations()->InAt(input_index),
127 : vixl::aarch64::CPURegister(RegisterFrom(location, type));
168 return vixl::aarch64::Operand(RegisterFrom(location, type));
205 return HeapOperand(RegisterFrom(location, DataType::Type::kReference), offset);

Completed in 51 milliseconds