Searched refs:InstructionIndexType (Results 1 – 1 of 1) sorted by relevance
72 enum InstructionIndexType { enum142 InstructionIndexType indexType;190 DEX_INLINE InstructionIndexType dexGetIndexTypeFromOpcode(Opcode opcode) in dexGetIndexTypeFromOpcode()193 return (InstructionIndexType) gDexOpcodeInfo.indexTypes[opcode]; in dexGetIndexTypeFromOpcode()