Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction_utils.h129 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange() function
140 return static_cast<DexInvokeType>(IsInvokeInstructionRange(opcode) in InvokeInstructionType()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc123 if (IsInvokeInstructionRange(invoke->dalvikInsn.opcode)) { in GetInvokeReg()
134 return IsInvokeInstructionRange(invoke->dalvikInsn.opcode) || in WideArgIsInConsecutiveDalvikRegs()