Home
last modified time | relevance | path

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

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