Searched refs:InstructionIndexType (Results 1 – 1 of 1) sorted by relevance
70 enum InstructionIndexType { enum136 InstructionIndexType indexType;184 DEX_INLINE InstructionIndexType dexGetIndexTypeFromOpcode(Opcode opcode) in dexGetIndexTypeFromOpcode()187 return (InstructionIndexType) gDexOpcodeInfo.indexTypes[opcode]; in dexGetIndexTypeFromOpcode()