Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_utils.h103 constexpr bool IsInstructionAGet(Instruction::Code code) { in IsInstructionAGet() function
160 DCHECK(IsInstructionAGet(code)); in AGetMemAccessType()