Searched refs:dexGetFormatFromOpcode (Results 1 – 6 of 6) sorted by relevance
175 DEX_INLINE InstructionFormat dexGetFormatFromOpcode(Opcode opcode) in dexGetFormatFromOpcode() function
494 InstructionFormat format = dexGetFormatFromOpcode(opcode); in dexDecodeInstruction()
283 dexGetFormatFromOpcode(dalvikOpcode); in methodBlockCodeGen()
849 InstructionFormat dalvikFormat = dexGetFormatFromOpcode(insn->opcode); in dvmCompilerGetDalvikDisassembly()957 InstructionFormat dalvikFormat = dexGetFormatFromOpcode(insn->opcode); in dvmCompilerFullDisassembler()1011 dexGetFormatFromOpcode((Opcode)opcode); in dvmCompilerFullDisassembler()
716 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) { in indexString()882 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) { in dumpInstruction()
4327 dexGetFormatFromOpcode(dalvikOpcode); in dvmCompilerMIR2LIR()