Home
last modified time | relevance | path

Searched refs:GetShift (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dnodes_shared.h104 HInstruction* GetShift() const { return InputAt(2); } in GetShift() function
Dcommon_arm64.h237 } else if (mem_op.GetShift() != vixl::aarch64::NO_SHIFT) { in OperandFromMemOperand()
239 mem_op.GetShift(), in OperandFromMemOperand()
Dinstruction_simplifier_shared.cc273 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue(); in TryExtractVecArrayAccessAddress()
Dcode_generator_arm64.cc2624 HIntConstant* shift = instruction->GetShift()->AsIntConstant(); in VisitIntermediateAddressIndex()
/art/runtime/oat/
Dstack_map.h265 return GetValue() << GetShift(); in BIT_TABLE_HEADER()