Searched defs:currentCodeAddress (Results 1 - 25 of 39) sorted by relevance

12

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction10x.java50 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DUnresolvedOdexInstruction.java50 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction10t.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction11n.java67 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction11x.java58 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction12x.java61 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction20t.java63 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction21c.java74 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction21s.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction22x.java65 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction30t.java55 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction31c.java60 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction31i.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction32x.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction41c.java77 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction51l.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DArrayDataPseudoInstruction.java79 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
94 protected void annotateInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
95 out.annotate(getSize(currentCodeAddress)*2, "[0x" + Integer.toHexString(currentCodeAddress) + "] " +
H A DInstruction20bc.java79 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction21h.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction21t.java69 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction22b.java65 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction22c.java65 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction22cs.java70 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
H A DInstruction22s.java66 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DInstruction.java53 public int write(AnnotatedOutput out, int currentCodeAddress) { argument
55 annotateInstruction(out, currentCodeAddress);
57 writeInstruction(out, currentCodeAddress);
58 return currentCodeAddress + getSize(currentCodeAddress);
61 protected void annotateInstruction(AnnotatedOutput out, int currentCodeAddress) { argument
62 out.annotate(getSize(currentCodeAddress)*2, "[0x" + Integer.toHexString(currentCodeAddress) + "] " +
66 protected abstract void writeInstruction(AnnotatedOutput out, int currentCodeAddress); argument

Completed in 94 milliseconds

12