HomeSort by relevance Sort by last modified time
    Searched defs:IsInstructionIGet (Results 1 - 2 of 2) sorted by null

  /art/runtime/
dex_instruction_utils.h 92 constexpr bool IsInstructionIGet(Instruction::Code code) {
157 DCHECK(IsInstructionIGet(code));
  /art/runtime/quick/
inline_method_analyser.h 224 static constexpr bool IsInstructionIGet(Instruction::Code opcode) {

Completed in 239 milliseconds