Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_utils.h127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange() function
134 return static_cast<DexInvokeType>(IsInvokeInstructionRange(opcode) in InvokeInstructionType()