Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction_utils.h26 enum DexInvokeType : uint8_t { enum
136 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
140 return static_cast<DexInvokeType>(IsInvokeInstructionRange(opcode) in InvokeInstructionType()