Lines Matching refs:weak_globals_
495 weak_globals_(kWeakGlobalsMax, in JavaVMExt()
523 if (java_vm && java_vm->globals_.IsValid() && java_vm->weak_globals_.IsValid()) { in Create()
688 IndirectRef ref = weak_globals_.Add(kIRTFirstSegment, obj, &error_msg); in AddWeakGlobalRef()
715 if (!weak_globals_.Remove(kIRTFirstSegment, obj)) { in DeleteWeakGlobalRef()
747 if (weak_globals_.Capacity() > 0) { in DumpForSigQuit()
748 os << " (plus " << weak_globals_.Capacity() << " weak)"; in DumpForSigQuit()
813 return weak_globals_.SynchronizedGet(ref); in DecodeWeakGlobal()
829 return weak_globals_.Get(ref); in DecodeWeakGlobalLocked()
842 return weak_globals_.SynchronizedGet(ref); in DecodeWeakGlobalDuringShutdown()
858 return Runtime::Current()->IsClearedJniWeakGlobal(weak_globals_.Get<kWithoutReadBarrier>(ref)); in IsWeakGlobalCleared()
863 weak_globals_.Update(ref, result); in UpdateWeakGlobal()
874 weak_globals_.Dump(os); in DumpReferenceTables()
1148 for (auto* entry : weak_globals_) { in SweepJniWeakGlobals()