Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_utils.h111 constexpr bool IsInstructionIGetOrIPut(Instruction::Code code) { in IsInstructionIGetOrIPut() function
170 DCHECK(IsInstructionIGetOrIPut(code)); in IGetOrIPutMemAccessType()