Home
last modified time | relevance | path

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

/dalvik/opcode-gen/
Dregen-all39 ${progdir}/opcode-gen dx/src/com/android/dx/io/OpcodeInfo.java
48 ../libcore/dalvik/src/main/java/dalvik/bytecode/OpcodeInfo.java
/dalvik/dx/src/com/android/dx/dex/code/
DDop.java19 import com.android.dx.io.OpcodeInfo;
134 return OpcodeInfo.getName(opcode); in getName()
/dalvik/dx/src/com/android/dx/command/findusages/
DFindUsages.java25 import com.android.dx.io.OpcodeInfo;
85 + " (" + OpcodeInfo.getName(one.getOpcode()) + ")"); in FindUsages()
96 + " (" + OpcodeInfo.getName(one.getOpcode()) + ")"); in FindUsages()
/dalvik/dx/src/com/android/dx/io/instructions/
DDecodedInstruction.java21 import com.android.dx.io.OpcodeInfo;
72 InstructionCodec format = OpcodeInfo.getFormat(opcode); in decode()
DInstructionCodec.java21 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()
/dalvik/dx/src/com/android/dx/io/
DCodeReader.java116 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
DOpcodeInfo.java25 public final class OpcodeInfo { class
1203 private OpcodeInfo() { in OpcodeInfo() method in OpcodeInfo