Home
last modified time | relevance | path

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

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