HomeSort by relevance Sort by last modified time
    Searched refs:DecodedInstruction (Results 1 - 25 of 58) sorted by null

1 2 3

  /dalvik/dx/src/com/android/dx/io/instructions/
PackedSwitchPayloadDecodedInstruction.java 24 extends DecodedInstruction {
59 public DecodedInstruction withIndex(int newIndex) {
SparseSwitchPayloadDecodedInstruction.java 24 extends DecodedInstruction {
63 public DecodedInstruction withIndex(int newIndex) {
ZeroRegisterDecodedInstruction.java 24 public final class ZeroRegisterDecodedInstruction extends DecodedInstruction {
39 public DecodedInstruction withIndex(int newIndex) {
InstructionCodec.java 28 * and encode from instances of {@link DecodedInstruction}.
32 @Override public DecodedInstruction decode(int opcodeUnit,
39 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
45 @Override public DecodedInstruction decode(int opcodeUnit,
54 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
60 @Override public DecodedInstruction decode(int opcodeUnit,
71 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
79 @Override public DecodedInstruction decode(int opcodeUnit,
90 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
98 @Override public DecodedInstruction decode(int opcodeUnit
    [all...]
OneRegisterDecodedInstruction.java 24 public final class OneRegisterDecodedInstruction extends DecodedInstruction {
50 public DecodedInstruction withIndex(int newIndex) {
RegisterRangeDecodedInstruction.java 25 public final class RegisterRangeDecodedInstruction extends DecodedInstruction {
55 public DecodedInstruction withIndex(int newIndex) {
TwoRegisterDecodedInstruction.java 24 public final class TwoRegisterDecodedInstruction extends DecodedInstruction {
59 public DecodedInstruction withIndex(int newIndex) {
FillArrayDataPayloadDecodedInstruction.java 24 extends DecodedInstruction {
97 public DecodedInstruction withIndex(int newIndex) {
FiveRegisterDecodedInstruction.java 24 public final class FiveRegisterDecodedInstruction extends DecodedInstruction {
86 public DecodedInstruction withIndex(int newIndex) {
FourRegisterDecodedInstruction.java 24 public final class FourRegisterDecodedInstruction extends DecodedInstruction {
77 public DecodedInstruction withIndex(int newIndex) {
ThreeRegisterDecodedInstruction.java 24 public final class ThreeRegisterDecodedInstruction extends DecodedInstruction {
68 public DecodedInstruction withIndex(int newIndex) {
DecodedInstruction.java 39 public abstract class DecodedInstruction {
69 public static DecodedInstruction decode(CodeInput in) throws EOFException {
82 public static DecodedInstruction[] decodeAll(short[] encodedInstructions) {
84 DecodedInstruction[] decoded = new DecodedInstruction[size];
89 decoded[in.cursor()] = DecodedInstruction.decode(in);
101 public DecodedInstruction(InstructionCodec format, int opcode,
477 public abstract DecodedInstruction withIndex(int newIndex);
  /dalvik/dx/src/com/android/dx/io/
CodeReader.java 20 import com.android.dx.io.instructions.DecodedInstruction;
79 public void visitAll(DecodedInstruction[] decodedInstructions)
84 DecodedInstruction one = decodedInstructions[i];
94 DecodedInstruction[] decodedInstructions =
95 DecodedInstruction.decodeAll(encodedInstructions);
99 private void callVisit(DecodedInstruction[] all, DecodedInstruction one) {
119 void visit(DecodedInstruction[] all, DecodedInstruction one);
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 23 import com.android.dx.io.instructions.DecodedInstruction;
29 private DecodedInstruction[] mappedInstructions;
43 DecodedInstruction[] decodedInstructions =
44 DecodedInstruction.decodeAll(encodedInstructions);
48 mappedInstructions = new DecodedInstruction[size];
53 for (DecodedInstruction instruction : mappedInstructions) {
64 public void visit(DecodedInstruction[] all, DecodedInstruction one) {
70 public void visit(DecodedInstruction[] all, DecodedInstruction one)
    [all...]
  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 25 import com.android.dx.io.instructions.DecodedInstruction;
49 public void visit(DecodedInstruction[] all, DecodedInstruction one) {
  /dalvik/libdex/
InstrUtils.h 133 struct DecodedInstruction {
197 void dexDecodeInstruction(const u2* insns, DecodedInstruction* pDec);
InstrUtils.cpp 490 void dexDecodeInstruction(const u2* insns, DecodedInstruction* pDec)
605 * DecodedInstruction structure doesn't have separate
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 26 import com.android.dx.io.instructions.DecodedInstruction;
79 public void visit(DecodedInstruction[] all,
80 DecodedInstruction one) {
90 public void visit(DecodedInstruction[] all, DecodedInstruction one) {
  /dalvik/dexdump/
DexDump.cpp 776 static char* indexString(DexFile* pDexFile, const DecodedInstruction* pDecInsn, size_t bufSize)
943 int insnWidth, const DecodedInstruction* pDecInsn)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 

Completed in 444 milliseconds

1 2 3