/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 | 81 int offset, int length, ParseObserver observer) { in parse0() 196 int offset, int length, ParseObserver observer) { in annotationDefault() 211 private Attribute code(DirectClassFile cf, int offset, int length, in code() 315 private Attribute constantValue(DirectClassFile cf, int offset, int length, in constantValue() 337 private Attribute deprecated(DirectClassFile cf, int offset, int length, in deprecated() 349 private Attribute enclosingMethod(DirectClassFile cf, int offset, in enclosingMethod() 378 private Attribute exceptions(DirectClassFile cf, int offset, int length, in exceptions() 406 private Attribute innerClasses(DirectClassFile cf, int offset, int length, in innerClasses() 463 private Attribute lineNumberTable(DirectClassFile cf, int offset, in lineNumberTable() 504 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()
|
/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/vm/native/ |
D | sun_misc_Unsafe.cpp | 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/code/ |
D | BytecodeArray.java | 156 int offset = Bits.findFirst(workSet, 0); in processWorkSet() local 216 public int parseInstruction(int offset, Visitor visitor) { in parseInstruction() 819 private int parseTableswitch(int offset, Visitor visitor) { in parseTableswitch() 862 private int parseLookupswitch(int offset, Visitor visitor) { in parseLookupswitch() 900 private int parseNewarray(int offset, Visitor visitor) { in parseNewarray() 1089 private int parseWide(int offset, Visitor visitor) { in parseWide() 1172 public void visitInvalid(int opcode, int offset, int length); in visitInvalid() 1183 public void visitNoArgs(int opcode, int offset, int length, in visitNoArgs() 1197 public void visitLocal(int opcode, int offset, int length, in visitLocal() 1224 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 | 113 public int simulate(int offset, Frame frame) { in simulate() 226 public void visitInvalid(int opcode, int offset, int length) { in visitInvalid() 231 public void visitNoArgs(int opcode, int offset, int length, in visitNoArgs() 548 public void visitLocal(int opcode, int offset, int length, in visitLocal() 617 public void visitConstant(int opcode, int offset, int length, in visitConstant() 696 public void visitBranch(int opcode, int offset, int length, in visitBranch() 745 public void visitSwitch(int opcode, int offset, int length, in visitSwitch() 754 public void visitNewarray(int offset, int length, CstType type, in visitNewarray() 763 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 | 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/io/ |
D | DexHasher.java | 45 int offset = SIGNATURE_OFFSET + SIGNATURE_SIZE; in computeSignature() local 57 int offset = CHECKSUM_OFFSET + CHECKSUM_SIZE; in computeChecksum() local
|
/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()
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
D | Form10t.java | 73 int offset = insn.getTargetOffset(); in branchFits() local 82 int offset = ((TargetInsn) insn).getTargetOffset(); in writeTo() local
|
D | Form20t.java | 73 int offset = insn.getTargetOffset(); in branchFits() local 82 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 | Form22t.java | 80 int offset = insn.getTargetOffset(); in branchFits() local 96 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
|
/dalvik/vm/mterp/c/ |
D | OP_GOTO_16.cpp | 3 s4 offset = (s2) FETCH(1); /* sign-extend next code unit */ in HANDLE_OPCODE() local
|
D | OP_GOTO_32.cpp | 3 s4 offset = FETCH(1); /* low-order 16 bits */ in HANDLE_OPCODE() local
|
D | OP_FILL_ARRAY_DATA.cpp | 4 s4 offset; in HANDLE_OPCODE() local
|
D | OP_SPARSE_SWITCH.cpp | 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()
|
/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()
|
/dalvik/vm/alloc/ |
D | HeapBitmapInlines.h | 30 const uintptr_t offset = (uintptr_t)obj - hb->base; in _heapBitmapModifyObjectBit() local 100 const uintptr_t offset = (uintptr_t)obj - hb->base; in dvmHeapBitmapIsObjectBitSet() local
|