Home
last modified time | relevance | path

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

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