Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction_utils.h90 constexpr bool IsInstructionSGet(Instruction::Code code) { in IsInstructionSGet() function
161 DCHECK(IsInstructionSGet(opcode)); in SGetMemAccessType()
/art/compiler/dex/quick/
Dralloc_util.cc1246 bool fast = IsInstructionSGet(static_cast<Instruction::Code>(opcode)) in AnalyzeMIR()