Home
last modified time | relevance | path

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

/dalvik/libdex/
DInstrUtils.h70 enum InstructionIndexType { enum
136 InstructionIndexType indexType;
184 DEX_INLINE InstructionIndexType dexGetIndexTypeFromOpcode(Opcode opcode) in dexGetIndexTypeFromOpcode()
187 return (InstructionIndexType) gDexOpcodeInfo.indexTypes[opcode]; in dexGetIndexTypeFromOpcode()