/dalvik/dx/src/com/android/dx/cf/direct/ |
D | CodeObserver.java | 65 public void visitInvalid(int opcode, int offset, int length) { in visitInvalid() 70 public void visitNoArgs(int opcode, int offset, int length, Type type) { in visitNoArgs() 75 public void visitLocal(int opcode, int offset, int length, in visitLocal() 97 public void visitConstant(int opcode, int offset, int length, in visitConstant() 143 public void visitBranch(int opcode, int offset, int length, in visitBranch() 151 public void visitSwitch(int opcode, int offset, int length, in visitSwitch() 177 public void visitNewarray(int offset, int length, CstType cst, in visitNewarray() 187 public void setPreviousOffset(int offset) { in setPreviousOffset() 201 private String header(int offset) { in header() 226 private void visitLiteralInt(int opcode, int offset, int length, in visitLiteralInt() [all …]
|
D | StdAttributeFactory.java | 85 int offset, int length, ParseObserver observer) { in parse0() 206 int offset, int length, ParseObserver observer) { in annotationDefault() 221 private Attribute bootstrapMethods(DirectClassFile cf, int offset, int length, in bootstrapMethods() 246 private Attribute code(DirectClassFile cf, int offset, int length, in code() 350 private Attribute constantValue(DirectClassFile cf, int offset, int length, in constantValue() 372 private Attribute deprecated(DirectClassFile cf, int offset, int length, in deprecated() 384 private Attribute enclosingMethod(DirectClassFile cf, int offset, in enclosingMethod() 413 private Attribute exceptions(DirectClassFile cf, int offset, int length, in exceptions() 441 private Attribute innerClasses(DirectClassFile cf, int offset, int length, in innerClasses() 498 private Attribute lineNumberTable(DirectClassFile cf, int offset, in lineNumberTable() [all …]
|
D | AttributeListParser.java | 37 private final int offset; field in AttributeListParser 60 public AttributeListParser(DirectClassFile cf, int context, int offset, in AttributeListParser()
|
D | AttributeFactory.java | 69 public final Attribute parse(DirectClassFile cf, int context, int offset, in parse() 122 int offset, int length, in parse0()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | BytecodeArray.java | 158 int offset = Bits.findFirst(workSet, 0); in processWorkSet() local 218 public int parseInstruction(int offset, Visitor visitor) { in parseInstruction() 828 private int parseTableswitch(int offset, Visitor visitor) { in parseTableswitch() 871 private int parseLookupswitch(int offset, Visitor visitor) { in parseLookupswitch() 909 private int parseNewarray(int offset, Visitor visitor) { in parseNewarray() 1098 private int parseWide(int offset, Visitor visitor) { in parseWide() 1181 public void visitInvalid(int opcode, int offset, int length); in visitInvalid() 1192 public void visitNoArgs(int opcode, int offset, int length, in visitNoArgs() 1206 public void visitLocal(int opcode, int offset, int length, in visitLocal() 1233 public void visitConstant(int opcode, int offset, int length, in visitConstant() [all …]
|
D | BasicBlocker.java | 123 public void visitInvalid(int opcode, int offset, int length) { in visitInvalid() 128 public void visitNoArgs(int opcode, int offset, int length, Type type) { in visitNoArgs() 188 public void visitLocal(int opcode, int offset, int length, in visitLocal() 199 public void visitConstant(int opcode, int offset, int length, in visitConstant() 216 public void visitBranch(int opcode, int offset, int length, in visitBranch() 247 public void visitSwitch(int opcode, int offset, int length, in visitSwitch() 261 public void visitNewarray(int offset, int length, CstType type, in visitNewarray() 376 private void addWorkIfNecessary(int offset, boolean blockStart) { in addWorkIfNecessary() 395 private void visitCommon(int offset, int length, boolean nextIsLive) { in visitCommon() 428 private void visitThrowing(int offset, int length, boolean nextIsLive) { in visitThrowing() [all …]
|
D | Simulator.java | 121 public int simulate(int offset, Frame frame) { in simulate() 241 public void visitInvalid(int opcode, int offset, int length) { in visitInvalid() 246 public void visitNoArgs(int opcode, int offset, int length, in visitNoArgs() 567 public void visitLocal(int opcode, int offset, int length, in visitLocal() 637 public void visitConstant(int opcode, int offset, int length, in visitConstant() 750 public void visitBranch(int opcode, int offset, int length, in visitBranch() 799 public void visitSwitch(int opcode, int offset, int length, in visitSwitch() 808 public void visitNewarray(int offset, int length, CstType type, in visitNewarray() 817 public void setPreviousOffset(int offset) { in setPreviousOffset()
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
D | ParseObserver.java | 43 public void startParsingMember(ByteArray bytes, int offset, String name, in startParsingMember() 56 public void endParsingMember(ByteArray bytes, int offset, String name, in endParsingMember() 67 public void parsed(ByteArray bytes, int offset, int len, String human); in parsed()
|
/dalvik/libdex/ |
D | DexDataMap.cpp | 75 void dexDataMapAdd(DexDataMap* map, u4 offset, u2 type) { in dexDataMapAdd() 95 int dexDataMapGet(DexDataMap* map, u4 offset) { in dexDataMapGet() 126 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type) { in dexDataMapVerify()
|
D | DexOptData.cpp | 86 const u4 offset = ((const u1*) pOpt) - data; in dexParseOptData() local 102 const u4 offset = ((const u1*) pOpt) - data; in dexParseOptData() local
|
/dalvik/dx/src/com/android/dex/ |
D | CallSiteId.java | 28 private final int offset; field in CallSiteId 30 public CallSiteId(Dex dex, int offset) { in CallSiteId()
|
/dalvik/dx/src/com/android/dx/command/dump/ |
D | BaseDumper.java | 130 public void parsed(ByteArray bytes, int offset, int len, String human) { in parsed() 150 public void startParsingMember(ByteArray bytes, int offset, String name, in startParsingMember() 156 public void endParsingMember(ByteArray bytes, int offset, String name, in endParsingMember() 177 protected final void setAt(ByteArray arr, int offset) { in setAt() 267 protected final String hexDump(int offset, int len) { in hexDump()
|
D | DotDumper.java | 96 public void parsed(ByteArray bytes, int offset, int len, String human) { in parsed() 101 public void startParsingMember(ByteArray bytes, int offset, String name, in startParsingMember() 106 public void endParsingMember(ByteArray bytes, int offset, String name, in endParsingMember()
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
D | Form20t.java | 73 int offset = insn.getTargetOffset(); in branchFits() local 82 int offset = ((TargetInsn) insn).getTargetOffset(); in writeTo() local
|
D | Form10t.java | 73 int offset = insn.getTargetOffset(); in branchFits() local 82 int offset = ((TargetInsn) insn).getTargetOffset(); in writeTo() local
|
D | Form22t.java | 92 int offset = insn.getTargetOffset(); in branchFits() local 102 int offset = ((TargetInsn) insn).getTargetOffset(); in writeTo() local
|
D | Form21t.java | 89 int offset = insn.getTargetOffset(); in branchFits() local 99 int offset = ((TargetInsn) insn).getTargetOffset(); in writeTo() local
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
D | Form10t.java | 73 int offset = insn.getTargetOffset(); in branchFits() local 88 int offset = ((TargetInsn) insn).getTargetOffset(); in writeTo() local
|
D | Form20t.java | 73 int offset = insn.getTargetOffset(); in branchFits() local 88 int offset = ((TargetInsn) insn).getTargetOffset(); in writeTo() local
|
D | Form21t.java | 78 int offset = insn.getTargetOffset(); in branchFits() local 94 int offset = ((TargetInsn) insn).getTargetOffset(); in writeTo() local
|
D | Form22t.java | 80 int offset = insn.getTargetOffset(); in branchFits() local 96 int offset = ((TargetInsn) insn).getTargetOffset(); in writeTo() local
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | OffsettedItem.java | 44 private int offset; field in OffsettedItem 223 public final int place(Section addedTo, int offset) { in place() 301 protected void place0(Section addedTo, int offset) { in place0()
|
D | AnnotationSetItem.java | 126 protected void place0(Section addedTo, int offset) { in place0() 146 int offset = item.getAbsoluteOffset(); in writeTo0() local
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | OffsettedItem.java | 44 private int offset; field in OffsettedItem 223 public final int place(Section addedTo, int offset) { in place() 301 protected void place0(Section addedTo, int offset) { in place0()
|
D | AnnotationSetItem.java | 127 protected void place0(Section addedTo, int offset) { in place0() 147 int offset = item.getAbsoluteOffset(); in writeTo0() local
|