Searched refs:OpcodeInfo (Results 1 – 7 of 7) sorted by relevance
39 ${progdir}/opcode-gen dx/src/com/android/dx/io/OpcodeInfo.java48 ../libcore/dalvik/src/main/java/dalvik/bytecode/OpcodeInfo.java
19 import com.android.dx.io.OpcodeInfo;134 return OpcodeInfo.getName(opcode); in getName()
25 import com.android.dx.io.OpcodeInfo;85 + " (" + OpcodeInfo.getName(one.getOpcode()) + ")"); in FindUsages()96 + " (" + OpcodeInfo.getName(one.getOpcode()) + ")"); in FindUsages()
21 import com.android.dx.io.OpcodeInfo;72 InstructionCodec format = OpcodeInfo.getFormat(opcode); in decode()
21 import com.android.dx.io.OpcodeInfo;286 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C()404 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C()551 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C()690 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_45CC()729 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_4RCC()925 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList()986 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterRange()
116 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
25 public final class OpcodeInfo { class1203 private OpcodeInfo() { in OpcodeInfo() method in OpcodeInfo