/dalvik/dx/src/com/android/dx/cf/direct/ |
D | CodeObserver.java | 68 public void visitInvalid(int opcode, int offset, int length) { in visitInvalid() 73 public void visitNoArgs(int opcode, int offset, int length, Type type) { in visitNoArgs() 78 public void visitLocal(int opcode, int offset, int length, in visitLocal() 100 public void visitConstant(int opcode, int offset, int length, in visitConstant() 146 public void visitBranch(int opcode, int offset, int length, in visitBranch() 154 public void visitSwitch(int opcode, int offset, int length, in visitSwitch() 180 public void visitNewarray(int offset, int length, CstType cst, in visitNewarray() 190 public void setPreviousOffset(int offset) { in setPreviousOffset() 204 private String header(int offset) { in header() 229 private void visitLiteralInt(int opcode, int offset, int length, in visitLiteralInt() [all …]
|
D | StdAttributeFactory.java | 82 int offset, int length, ParseObserver observer) { in parse0() 197 int offset, int length, ParseObserver observer) { in annotationDefault() 212 private Attribute code(DirectClassFile cf, int offset, int length, in code() 316 private Attribute constantValue(DirectClassFile cf, int offset, int length, in constantValue() 338 private Attribute deprecated(DirectClassFile cf, int offset, int length, in deprecated() 350 private Attribute enclosingMethod(DirectClassFile cf, int offset, in enclosingMethod() 379 private Attribute exceptions(DirectClassFile cf, int offset, int length, in exceptions() 407 private Attribute innerClasses(DirectClassFile cf, int offset, int length, in innerClasses() 464 private Attribute lineNumberTable(DirectClassFile cf, int offset, in lineNumberTable() 505 private Attribute localVariableTable(DirectClassFile cf, int offset, in localVariableTable() [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/vm/oo/ |
D | ObjectInlines.h | 50 INLINE JValue* dvmFieldPtr(const Object* obj, int offset) { in dvmFieldPtr() 54 INLINE bool dvmGetFieldBoolean(const Object* obj, int offset) { in dvmGetFieldBoolean() 57 INLINE s1 dvmGetFieldByte(const Object* obj, int offset) { in dvmGetFieldByte() 60 INLINE s2 dvmGetFieldShort(const Object* obj, int offset) { in dvmGetFieldShort() 63 INLINE u2 dvmGetFieldChar(const Object* obj, int offset) { in dvmGetFieldChar() 66 INLINE s4 dvmGetFieldInt(const Object* obj, int offset) { in dvmGetFieldInt() 69 INLINE s8 dvmGetFieldLong(const Object* obj, int offset) { in dvmGetFieldLong() 72 INLINE float dvmGetFieldFloat(const Object* obj, int offset) { in dvmGetFieldFloat() 75 INLINE double dvmGetFieldDouble(const Object* obj, int offset) { in dvmGetFieldDouble() 78 INLINE Object* dvmGetFieldObject(const Object* obj, int offset) { in dvmGetFieldObject() [all …]
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | BytecodeArray.java | 151 int offset = Bits.findFirst(workSet, 0); in processWorkSet() local 211 public int parseInstruction(int offset, Visitor visitor) { in parseInstruction() 806 private int parseTableswitch(int offset, Visitor visitor) { in parseTableswitch() 849 private int parseLookupswitch(int offset, Visitor visitor) { in parseLookupswitch() 887 private int parseNewarray(int offset, Visitor visitor) { in parseNewarray() 1070 private int parseWide(int offset, Visitor visitor) { in parseWide() 1153 public void visitInvalid(int opcode, int offset, int length); in visitInvalid() 1164 public void visitNoArgs(int opcode, int offset, int length, in visitNoArgs() 1178 public void visitLocal(int opcode, int offset, int length, in visitLocal() 1205 public void visitConstant(int opcode, int offset, int length, in visitConstant() [all …]
|
D | BasicBlocker.java | 122 public void visitInvalid(int opcode, int offset, int length) { in visitInvalid() 127 public void visitNoArgs(int opcode, int offset, int length, Type type) { in visitNoArgs() 187 public void visitLocal(int opcode, int offset, int length, in visitLocal() 198 public void visitConstant(int opcode, int offset, int length, in visitConstant() 215 public void visitBranch(int opcode, int offset, int length, in visitBranch() 246 public void visitSwitch(int opcode, int offset, int length, in visitSwitch() 260 public void visitNewarray(int offset, int length, CstType type, in visitNewarray() 375 private void addWorkIfNecessary(int offset, boolean blockStart) { in addWorkIfNecessary() 394 private void visitCommon(int offset, int length, boolean nextIsLive) { in visitCommon() 427 private void visitThrowing(int offset, int length, boolean nextIsLive) { in visitThrowing() [all …]
|
D | Simulator.java | 117 public int simulate(int offset, Frame frame) { in simulate() 172 public void visitInvalid(int opcode, int offset, int length) { in visitInvalid() 177 public void visitNoArgs(int opcode, int offset, int length, in visitNoArgs() 497 public void visitLocal(int opcode, int offset, int length, in visitLocal() 565 public void visitConstant(int opcode, int offset, int length, in visitConstant() 644 public void visitBranch(int opcode, int offset, int length, in visitBranch() 693 public void visitSwitch(int opcode, int offset, int length, in visitSwitch() 702 public void visitNewarray(int offset, int length, CstType type, in visitNewarray() 711 public void setPreviousOffset(int offset) { in setPreviousOffset()
|
/dalvik/vm/native/ |
D | sun_misc_Unsafe.c | 67 s8 offset = GET_ARG_LONG(args, 2); in Dalvik_sun_misc_Unsafe_compareAndSwapInt() local 87 s8 offset = GET_ARG_LONG(args, 2); in Dalvik_sun_misc_Unsafe_compareAndSwapLong() local 108 s8 offset = GET_ARG_LONG(args, 2); in Dalvik_sun_misc_Unsafe_compareAndSwapObject() local 128 s8 offset = GET_ARG_LONG(args, 2); in Dalvik_sun_misc_Unsafe_getIntVolatile() local 143 s8 offset = GET_ARG_LONG(args, 2); in Dalvik_sun_misc_Unsafe_putIntVolatile() local 159 s8 offset = GET_ARG_LONG(args, 2); in Dalvik_sun_misc_Unsafe_getLongVolatile() local 174 s8 offset = GET_ARG_LONG(args, 2); in Dalvik_sun_misc_Unsafe_putLongVolatile() local 191 s8 offset = GET_ARG_LONG(args, 2); in Dalvik_sun_misc_Unsafe_getObjectVolatile() local 206 s8 offset = GET_ARG_LONG(args, 2); in Dalvik_sun_misc_Unsafe_putObjectVolatile() local 222 s8 offset = GET_ARG_LONG(args, 2); in Dalvik_sun_misc_Unsafe_getInt() local [all …]
|
/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.c | 74 void dexDataMapAdd(DexDataMap* map, u4 offset, u2 type) { in dexDataMapAdd() 94 int dexDataMapGet(DexDataMap* map, u4 offset) { in dexDataMapGet() 125 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type) { in dexDataMapVerify()
|
/dalvik/dx/src/com/android/dx/command/dump/ |
D | BaseDumper.java | 126 public void parsed(ByteArray bytes, int offset, int len, String human) { in parsed() 146 public void startParsingMember(ByteArray bytes, int offset, String name, in startParsingMember() 152 public void endParsingMember(ByteArray bytes, int offset, String name, in endParsingMember() 173 protected final void setAt(ByteArray arr, int offset) { in setAt() 263 protected final String hexDump(int offset, int len) { in hexDump()
|
D | DotDumper.java | 93 public void parsed(ByteArray bytes, int offset, int len, String human) { in parsed() 98 public void startParsingMember(ByteArray bytes, int offset, String name, in startParsingMember() 103 public void endParsingMember(ByteArray bytes, int offset, String name, in endParsingMember()
|
/dalvik/dx/src/com/android/dx/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/vm/mterp/c/ |
D | OP_GOTO_16.c | 3 s4 offset = (s2) FETCH(1); /* sign-extend next code unit */ in HANDLE_OPCODE() local
|
D | OP_GOTO_32.c | 3 s4 offset = FETCH(1); /* low-order 16 bits */ in HANDLE_OPCODE() local
|
D | OP_FILL_ARRAY_DATA.c | 4 s4 offset; in HANDLE_OPCODE() local
|
D | OP_SPARSE_SWITCH.c | 5 s4 offset; in HANDLE_OPCODE() local
|
D | OP_PACKED_SWITCH.c | 5 s4 offset; in HANDLE_OPCODE() 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 | 126 protected void place0(Section addedTo, int offset) { in place0() 146 int offset = item.getAbsoluteOffset(); in writeTo0() local
|
/dalvik/vm/alloc/ |
D | VisitInlines.h | 32 size_t offset = CLASS_OFFSET_FROM_CLZ(rshift); in visitFields() local 43 size_t offset = field->byteOffset; in visitFields() local 156 size_t offset = gDvm.offJavaLangRefReference_referent; in visitReferenceObject() local
|