Searched refs:DecodeWeakGlobal (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Djava_vm_ext.h166 ObjPtr<mirror::Object> DecodeWeakGlobal(Thread* self, IndirectRef ref)
174 // Like DecodeWeakGlobal() but to be used only during a runtime shutdown where self may be
247 // Not guarded by weak_globals_lock since we may use SynchronizedGet in DecodeWeakGlobal.
249 // Not guarded by weak_globals_lock since we may use SynchronizedGet in DecodeWeakGlobal.
H A Djava_vm_ext.cc737 // DecodeWeakGlobal.
776 ObjPtr<mirror::Object> JavaVMExt::DecodeWeakGlobal(Thread* self, IndirectRef ref) { function in class:art::JavaVMExt
808 return DecodeWeakGlobal(self, ref);
810 // self can be null during a runtime shutdown. ~Runtime()->~ClassLinker()->DecodeWeakGlobal().
827 // (DecodeWeakGlobal) so that we won't accidentally mark the object alive. Since the cleared
H A Dthread.cc2377 result = tlsPtr_.jni_env->vm_->DecodeWeakGlobal(const_cast<Thread*>(this), ref);
H A Dcheck_jni.cc848 obj = soa.Vm()->DecodeWeakGlobal(soa.Self(), ref);

Completed in 193 milliseconds