Searched refs:weak_globals_ (Results 1 – 3 of 3) sorted by relevance
504 weak_globals_(kWeakGlobalsMax, in JavaVMExt()532 if (java_vm && java_vm->globals_.IsValid() && java_vm->weak_globals_.IsValid()) { in Create()697 IndirectRef ref = weak_globals_.Add(kIRTFirstSegment, obj, &error_msg); in AddWeakGlobalRef()724 if (!weak_globals_.Remove(kIRTFirstSegment, obj)) { in DeleteWeakGlobalRef()756 if (weak_globals_.Capacity() > 0) { in DumpForSigQuit()757 os << " (plus " << weak_globals_.Capacity() << " weak)"; in DumpForSigQuit()822 return weak_globals_.SynchronizedGet(ref); in DecodeWeakGlobal()838 return weak_globals_.Get(ref); in DecodeWeakGlobalLocked()851 return weak_globals_.SynchronizedGet(ref); in DecodeWeakGlobalDuringShutdown()867 return Runtime::Current()->IsClearedJniWeakGlobal(weak_globals_.Get<kWithoutReadBarrier>(ref)); in IsWeakGlobalCleared()[all …]
255 IndirectReferenceTable weak_globals_; variable
63 : ((kind == kGlobal) ? &env->vm_->globals_ : &env->vm_->weak_globals_); in GetIndirectReferenceTable()