Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 26) sorted by relevance

12

/dalvik/vm/alloc/
DVisitInlines.h33 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
DMarkSweep.cpp227 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
DCopying.cpp972 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/
DOutput.java105 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/
DDebugInfoItem.java43 private final CstMethodRef ref; field in DebugInfoItem
45 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
DCodeItem.java52 private final CstMethodRef ref; field in CodeItem
85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, in CodeItem()
DMethodIdsSection.java122 public int indexOf(CstBaseMethodRef ref) { in indexOf()
DFieldIdsSection.java122 public int indexOf(CstFieldRef ref) { in indexOf()
DDebugInfoDecoder.java95 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()
DDebugInfoEncoder.java110 boolean isStatic, CstMethodRef ref) { in DebugInfoEncoder()
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoItem.java41 private final CstMethodRef ref; field in DebugInfoItem
43 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
DCodeItem.java52 private final CstMethodRef ref; field in CodeItem
85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, in CodeItem()
DMethodIdsSection.java122 public int indexOf(CstBaseMethodRef ref) { in indexOf()
DFieldIdsSection.java122 public int indexOf(CstFieldRef ref) { in indexOf()
DDebugInfoDecoder.java96 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()
DDebugInfoEncoder.java110 boolean isStatic, CstMethodRef ref) { in DebugInfoEncoder()
/dalvik/vm/mterp/portable/
Dentry.cpp20 u4 ref; // 16 or 32-bit quantity fetched directly local
/dalvik/tests/079-phantom/src/
DBitmap.java137 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); in run() local
/dalvik/vm/interp/
DInterp.cpp1317 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/
DReferenceTable.cpp269 const Object* ref = refs[idx]; in dvmDumpReferenceTableContents() local
DInitRefs.cpp45 static struct { ClassObject** ref; const char* name; } classes[] = { in initClassReferences() member
/dalvik/dx/src/com/android/dx/cf/code/
DRopperMachine.java920 CstMethodRef ref = (CstMethodRef) cst; in jopToRopOpcode() local
/dalvik/dx/src/com/android/dx/dex/code/
DRopToDop.java523 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/
DRopToDop.java351 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/
DInterpC-portable.cpp1227 u4 ref; // 16 or 32-bit quantity fetched directly in dvmInterpretPortable() local

12