Searched refs:OpcodeInfo (Results 1 – 6 of 6) sorted by relevance
19 import com.android.dx.io.OpcodeInfo;134 return OpcodeInfo.getName(opcode); in getName()
20 import com.android.dx.io.OpcodeInfo;261 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C()369 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C()503 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C()676 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_41C()699 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_52C()723 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_5RC()913 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList()973 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterRange()
20 import com.android.dx.io.OpcodeInfo;72 InstructionCodec format = OpcodeInfo.getFormat(opcode); in decode()
102 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
25 public final class OpcodeInfo { class1368 private OpcodeInfo() { in OpcodeInfo() method in OpcodeInfo
318 std::vector<uint64_t> OpcodeInfo; in EmitPrintInstruction() local359 OpcodeInfo.push_back(Idx+1); in EmitPrintInstruction()395 OpcodeInfo[i] |= (uint64_t)InstIdxs[i] << (64-BitsLeft); in EmitPrintInstruction()420 O << " " << (OpcodeInfo[i] & 0xffffffff) << "U,\t// " in EmitPrintInstruction()434 O << " " << (OpcodeInfo[i] >> 32) << "U,\t// " in EmitPrintInstruction()