Searched refs:DecodeWeakGlobal (Results 1 – 4 of 4) sorted by relevance
173 ObjPtr<mirror::Object> DecodeWeakGlobal(Thread* self, IndirectRef ref)
813 ObjPtr<mirror::Object> JavaVMExt::DecodeWeakGlobal(Thread* self, IndirectRef ref) { in DecodeWeakGlobal() function in art::JavaVMExt845 return DecodeWeakGlobal(self, ref); in DecodeWeakGlobalDuringShutdown()
890 obj = soa.Env()->GetVm()->DecodeWeakGlobal(soa.Self(), ref); in CheckInstance()
2654 result = tlsPtr_.jni_env->vm_->DecodeWeakGlobal(const_cast<Thread*>(this), ref); in DecodeJObject()