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

  /art/compiler/dex/
inline_method_analyser.h 110 static constexpr bool IsInstructionIPut(Instruction::Code opcode) {
  /art/libdexfile/dex/
dex_instruction_utils.h 96 constexpr bool IsInstructionIPut(Instruction::Code code) {
155 DCHECK(IsInstructionIPut(code));

Completed in 115 milliseconds