/dalvik/vm/alloc/ |
D | VisitInlines.h | 33 Object **ref = (Object **)BYTE_OFFSET(obj, offset); in visitFields() local 44 Object **ref = (Object **)BYTE_OFFSET(obj, offset); in visitFields() local 150 Object **ref = (Object **)BYTE_OFFSET(obj, offset); in visitReferenceObject() local
|
D | MarkSweep.cpp | 227 Object *ref = dvmGetFieldObject(obj, offset); in scanFields() local 238 Object *ref = ((JValue *)addr)->l; in scanFields() local 365 static void enqueuePendingReference(Object *ref, Object **list) in enqueuePendingReference() 390 Object *ref; in dequeuePendingReference() local 655 static void enqueueReference(Object *ref) in enqueueReference() 677 Object *ref = dequeuePendingReference(list); in preserveSomeSoftReferences() local 713 Object *ref = dequeuePendingReference(list); in clearWhiteReferences() local 739 Object *ref = dequeuePendingReference(list); in enqueueFinalizerReferences() local
|
D | Copying.cpp | 972 static bool isReferenceEnqueuable(const Object *ref) in isReferenceEnqueuable() 997 static void enqueueReference(Object *ref) in enqueueReference() 1028 Object *ref = *list; in clearWhiteReferences() local 1063 Object *ref; in preserveSoftReferences() local 1114 Object **ref; in processFinalizableReferences() local 1266 Object **ref = (Object **)((u1 *)obj + offset); in scavengeDataObject() local 1275 Object **ref = (Object **)((u1 *)obj + offset); in scavengeDataObject() local 1509 Object **ref = table->refs.table; in scavengeLargeHeapRefTable() local
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
D | Output.java | 105 ClassRef ref = classes[i]; in printClassRefs() local 120 FieldRef ref = fields[j]; in printFieldRefs() local 137 MethodRef ref = methods[j]; in printMethodRefs() local
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | DebugInfoItem.java | 43 private final CstMethodRef ref; field in DebugInfoItem 45 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
|
D | CodeItem.java | 52 private final CstMethodRef ref; field in CodeItem 85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, in CodeItem()
|
D | MethodIdsSection.java | 122 public int indexOf(CstBaseMethodRef ref) { in indexOf()
|
D | FieldIdsSection.java | 122 public int indexOf(CstFieldRef ref) { in indexOf()
|
D | DebugInfoDecoder.java | 95 boolean isStatic, CstMethodRef ref, DexFile file) { in DebugInfoDecoder() 425 CstMethodRef ref, DalvCode code, boolean isStatic) { in validateEncode() 446 int countRegisters, boolean isStatic, CstMethodRef ref, in validateEncode0()
|
D | DebugInfoEncoder.java | 110 boolean isStatic, CstMethodRef ref) { in DebugInfoEncoder()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | DebugInfoItem.java | 41 private final CstMethodRef ref; field in DebugInfoItem 43 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
|
D | CodeItem.java | 52 private final CstMethodRef ref; field in CodeItem 85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, in CodeItem()
|
D | MethodIdsSection.java | 122 public int indexOf(CstBaseMethodRef ref) { in indexOf()
|
D | FieldIdsSection.java | 122 public int indexOf(CstFieldRef ref) { in indexOf()
|
D | DebugInfoDecoder.java | 96 boolean isStatic, CstMethodRef ref, DexFile file) { in DebugInfoDecoder() 419 CstMethodRef ref, DalvCode code, boolean isStatic) { in validateEncode() 440 int countRegisters, boolean isStatic, CstMethodRef ref, in validateEncode0()
|
D | DebugInfoEncoder.java | 110 boolean isStatic, CstMethodRef ref) { in DebugInfoEncoder()
|
/dalvik/vm/mterp/portable/ |
D | entry.cpp | 20 u4 ref; // 16 or 32-bit quantity fetched directly local
|
/dalvik/tests/079-phantom/src/ |
D | Bitmap.java | 137 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); in run() local
|
/dalvik/vm/interp/ |
D | Interp.cpp | 1317 static std::string classNameFromIndex(const Method* method, int ref, in classNameFromIndex() 1347 static std::string fieldNameFromIndex(const Method* method, int ref, in fieldNameFromIndex() 1372 static std::string methodNameFromIndex(const Method* method, int ref, in methodNameFromIndex() 1408 void dvmThrowVerificationError(const Method* method, int kind, int ref) in dvmThrowVerificationError()
|
/dalvik/vm/ |
D | ReferenceTable.cpp | 269 const Object* ref = refs[idx]; in dvmDumpReferenceTableContents() local
|
D | InitRefs.cpp | 45 static struct { ClassObject** ref; const char* name; } classes[] = { in initClassReferences() member
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | RopperMachine.java | 920 CstMethodRef ref = (CstMethodRef) cst; in jopToRopOpcode() local
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | RopToDop.java | 523 CstFieldRef ref = in dopFor() local 536 CstFieldRef ref = in dopFor() local 549 CstFieldRef ref = in dopFor() local 562 CstFieldRef ref = in dopFor() local
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | RopToDop.java | 351 CstFieldRef ref = in dopFor() local 364 CstFieldRef ref = in dopFor() local 377 CstFieldRef ref = in dopFor() local 390 CstFieldRef ref = in dopFor() local
|
/dalvik/vm/mterp/out/ |
D | InterpC-portable.cpp | 1227 u4 ref; // 16 or 32-bit quantity fetched directly in dvmInterpretPortable() local
|