Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction_utils.h137 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange() function
144 return static_cast<DexInvokeType>(IsInvokeInstructionRange(opcode) in InvokeInstructionType()