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