Home
last modified time | relevance | path

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

/dalvik/libdex/
DInstrUtils.h72 enum InstructionIndexType { enum
142 InstructionIndexType indexType;
190 DEX_INLINE InstructionIndexType dexGetIndexTypeFromOpcode(Opcode opcode) in dexGetIndexTypeFromOpcode()
193 return (InstructionIndexType) gDexOpcodeInfo.indexTypes[opcode]; in dexGetIndexTypeFromOpcode()