/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/ |
D | Instruction.java | 53 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/ |
D | PackedSwitchDataPseudoInstruction.java | 83 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction() 96 protected void annotateInstruction(AnnotatedOutput out, int currentCodeAddress) { in annotateInstruction()
|
D | SparseSwitchDataPseudoInstruction.java | 92 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction() 116 protected void annotateInstruction(AnnotatedOutput out, int currentCodeAddress) { in annotateInstruction()
|
D | ArrayDataPseudoInstruction.java | 79 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction() 94 protected void annotateInstruction(AnnotatedOutput out, int currentCodeAddress) { in annotateInstruction()
|
D | UnresolvedOdexInstruction.java | 50 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction10x.java | 50 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction11x.java | 58 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction31c.java | 60 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction22x.java | 65 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction31i.java | 62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction51l.java | 62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction30t.java | 55 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction21s.java | 62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction41c.java | 77 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction11n.java | 67 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction32x.java | 62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction12x.java | 61 public void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction20t.java | 63 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction10t.java | 62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction52c.java | 69 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction21h.java | 62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction21c.java | 74 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
D | Instruction31t.java | 62 protected void writeInstruction(AnnotatedOutput out, int currentCodeAddress) { in writeInstruction()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | MethodDefinition.java | 77 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/ |
D | CodeItem.java | 256 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
|