Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction_utils.h98 constexpr bool IsInstructionAGet(Instruction::Code code) { in IsInstructionAGet() function
175 DCHECK(IsInstructionAGet(opcode)); in AGetMemAccessType()