HomeSort by relevance Sort by last modified time
    Searched refs:referent (Results 26 - 50 of 208) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /art/runtime/
reference_table.cc 201 ObjPtr<mirror::Object> referent = ref->AsReference()->GetReferent(); local
202 if (referent == nullptr) {
203 extras = " (referent is null)";
205 extras = StringPrintf(" (referent is a %s)", referent->PrettyTypeOf().c_str());
reference_table_test.cc 40 static mirror::Object* CreateWeakReference(mirror::Object* referent)
46 Handle<mirror::Object> h_referent(scope.NewHandle<mirror::Object>(referent));
150 // Add a reference and check that the type of the referent is dumped.
157 EXPECT_NE(oss.str().find("java.lang.ref.WeakReference (referent is null)"), std::string::npos)
168 EXPECT_NE(oss.str().find("java.lang.ref.WeakReference (referent is a java.lang.String)"),
  /art/runtime/mirror/
reference.h 72 void SetReferent(ObjPtr<Object> referent) REQUIRES_SHARED(Locks::mutator_lock_);
90 // this case the referent should not be considered for reference processing
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 515 MethodLocation referent = instructionList.get(mapCodeAddressToIndex(codeAddress));
516 return referent.addNewLabel();
524 MethodLocation referent = instructionList.get(instructionIndex);
525 return referent.addNewLabel();
530 MethodLocation referent = instructionList.get(mapCodeAddressToIndex(codeAddressToIndex, codeAddress));
531 return referent.addNewLabel();
541 MethodLocation referent = instructionList.get(mapCodeAddressToIndex(codeAddressToIndex, codeAddress));
544 referent.getLabels().add(label);
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileLockTable.java 91 FileLockReference(FileLock referent,
94 super(referent, queue);
  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
RecordingCardView.java 269 RecordingCardImageLoaderCallback(RecordingCardView referent, String uri) {
270 super(referent);
  /art/tools/ahat/test/
InstanceTest.java 215 AhatInstance referent = dump.getDumpedAhatInstance("anObject"); local
219 assertNotNull(referent);
220 assertEquals(referent, pref.getReferent());
221 assertEquals(referent, wref.getReferent());
223 assertNull(referent.getReferent());
230 // reference as having a non-null referent.
  /art/patchoat/
patchoat.cc 630 mirror::Object* referent = obj->GetFieldObject<mirror::Object, kVerifyNone>(off); local
631 mirror::Object* moved_object = patcher_->RelocatedAddressOfPointer(referent);
638 mirror::Object* referent = ref->GetReferent(); local
639 DCHECK(referent == nullptr ||
640 Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(referent)) << referent;
641 mirror::Object* moved_object = patcher_->RelocatedAddressOfPointer(referent);
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
Striped.java 398 ArrayReference(L referent, int index, ReferenceQueue<L> queue) {
399 super(referent, queue);
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /libcore/ojluni/src/main/java/java/lang/
Thread.java 2011 Object referent = get(); local
    [all...]
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 430 IndexedSoftReference (final Object referent, ReferenceQueue queue, final int bucketIndex)
432 super (referent, queue);
  /libcore/ojluni/src/main/java/java/util/
ResourceBundle.java 722 LoaderReference(ClassLoader referent, ReferenceQueue<Object> q, CacheKey key) {
723 super(referent, q);
740 BundleReference(ResourceBundle referent, ReferenceQueue<Object> q, CacheKey key) {
741 super(referent, q);
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 1673 final V referent; field in class:LocalCache.StrongValueReference
    [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectStreamClass.java 2204 Class<?> referent; local
2362 Object referent = get(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/
leakcanary-watcher-1.4.jar 
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 165 referent = self.component_info_map.get(referent_name)
166 if referent is None:
173 visit_component_info(referent, current_stack, current_set)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 1765 final V referent; field in class:MapMakerInternalMap.StrongValueReference
    [all...]
  /packages/apps/TV/src/com/android/tv/recommendation/
RecommendationDataManager.java 604 protected void handleMessage(Message msg, @NonNull RecommendationDataManager referent) { }
  /art/runtime/gc/collector/
concurrent_copying.cc 130 // Used to mark the referent in DelayReferenceReferent in transaction mode.
146 // no other threads which can trigger read barriers on the same referent during reference
1530 mirror::Object* referent = nullptr; local
    [all...]

Completed in 696 milliseconds

12 3 4 5 6 7 8 9