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

/art/compiler/optimizing/
H A Dnodes_arm64.h52 instr_kind_(instr->GetKind()), op_kind_(op), shift_amount_(shift) {
61 return instr_kind_ == other->instr_kind_ &&
79 InstructionKind GetInstrKind() const { return instr_kind_; }
86 InstructionKind instr_kind_; member in class:art::HArm64DataProcWithShifterOp

Completed in 27 milliseconds