Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction_utils.h180 constexpr DexMemAccessType APutMemAccessType(Instruction::Code code) { in APutMemAccessType() function
228 return (code >= Instruction::APUT) ? APutMemAccessType(code) : AGetMemAccessType(code); in AGetOrAPutMemAccessType()
/art/compiler/dex/
Dlocal_value_numbering.cc1266 uint16_t type = APutMemAccessType(static_cast<Instruction::Code>(opcode)); in HandleAPut()