Searched refs:IsInvokeInstructionRange (Results 1 – 1 of 1) sorted by relevance
137 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange() function144 return static_cast<DexInvokeType>(IsInvokeInstructionRange(opcode) in InvokeInstructionType()