Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction_utils.h159 constexpr DexMemAccessType SGetMemAccessType(Instruction::Code code) { in SGetMemAccessType() function
209 return (code >= Instruction::SPUT) ? SPutMemAccessType(code) : SGetMemAccessType(code); in SGetOrSPutMemAccessType()