Home
last modified time | relevance | path

Searched defs:IsInstructionIGet (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dinline_method_analyser.h106 static constexpr bool IsInstructionIGet(Instruction::Code opcode) { in IsInstructionIGet() function
/art/libdexfile/dex/
Ddex_instruction_utils.h92 constexpr bool IsInstructionIGet(Instruction::Code code) { in IsInstructionIGet() function