Home
last modified time | relevance | path

Searched refs:IsClearedJniWeakGlobal (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dreference_table.cc93 if (Runtime::Current()->IsClearedJniWeakGlobal(obj)) { in DumpSummaryLine()
141 DCHECK(!runtime->IsClearedJniWeakGlobal(obj1)); in Dump()
142 DCHECK(!runtime->IsClearedJniWeakGlobal(obj2)); in Dump()
177 if (runtime->IsClearedJniWeakGlobal(ref)) { in Dump()
264 if (!root.IsNull() && !runtime->IsClearedJniWeakGlobal(root.Read())) { in Dump()
Druntime-inl.h29 inline bool Runtime::IsClearedJniWeakGlobal(ObjPtr<mirror::Object> obj) { in IsClearedJniWeakGlobal() function
Druntime.h289 bool IsClearedJniWeakGlobal(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
Djava_vm_ext.cc830 return Runtime::Current()->IsClearedJniWeakGlobal(weak_globals_.Get<kWithoutReadBarrier>(ref)); in IsWeakGlobalCleared()
Dthread.cc2378 if (Runtime::Current()->IsClearedJniWeakGlobal(result)) { in DecodeJObject()
Dcheck_jni.cc849 okay = Runtime::Current()->IsClearedJniWeakGlobal(obj); in CheckInstance()