Searched refs:InstructionFormat (Results 1 – 2 of 2) sorted by relevance
32 enum InstructionFormat { enum181 DEX_INLINE InstructionFormat dexGetFormatFromOpcode(Opcode opcode) in dexGetFormatFromOpcode()184 return (InstructionFormat) gDexOpcodeInfo.formats[opcode]; in dexGetFormatFromOpcode()
494 InstructionFormat format = dexGetFormatFromOpcode(opcode); in dexDecodeInstruction()