Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_instruction_utils.h95 constexpr bool IsInstructionSGet(Instruction::Code code) { in IsInstructionSGet() function
150 DCHECK(IsInstructionSGet(code)); in SGetMemAccessType()