Home
last modified time | relevance | path

Searched defs:currentCodeAddress (Results 1 – 25 of 42) sorted by relevance

12

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
DInstruction.java53 public int write(AnnotatedOutput out, int currentCodeAddress) { in write()
61 protected void annotateInstruction(AnnotatedOutput out, int currentCodeAddress) { in annotateInstruction()
66 protected abstract void writeInstruction(AnnotatedOutput out, int currentCodeAddress); in writeInstruction()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
DPackedSwitchDataPseudoInstruction.java83 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
96 protected void annotateInstruction(AnnotatedOutput out, int currentCodeAddress) { in annotateInstruction()
DSparseSwitchDataPseudoInstruction.java92 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
116 protected void annotateInstruction(AnnotatedOutput out, int currentCodeAddress) { in annotateInstruction()
DArrayDataPseudoInstruction.java79 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
94 protected void annotateInstruction(AnnotatedOutput out, int currentCodeAddress) { in annotateInstruction()
DUnresolvedOdexInstruction.java50 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction10x.java50 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction11x.java58 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction31c.java60 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction22x.java65 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction31i.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction51l.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction30t.java55 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction21s.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction41c.java77 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction11n.java67 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction32x.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction12x.java61 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction20t.java63 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction10t.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction52c.java69 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction21h.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction21c.java74 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
DInstruction31t.java62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java77 int currentCodeAddress = 0; in MethodDefinition() local
337 int currentCodeAddress = 0; in addInstructionMethodItems() local
409 int currentCodeAddress = 0; in addAnalyzedInstructionMethodItems() local
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DCodeItem.java256 int currentCodeAddress = 0; in writeItem() local
409 int currentCodeAddress = 0; in getInstructionsLength() local
434 int currentCodeAddress = 0; in fixInstructions() local
503 int currentCodeAddress = 0; in replaceInstructionAtAddress() local
657 private int currentCodeAddress = 0; field in CodeItem.DebugInstructionFixer

12