Searched refs:DecodeWeakGlobal (Results 1 – 4 of 4) sorted by relevance
172 ObjPtr<mirror::Object> DecodeWeakGlobal(Thread* self, IndirectRef ref)
804 ObjPtr<mirror::Object> JavaVMExt::DecodeWeakGlobal(Thread* self, IndirectRef ref) { in DecodeWeakGlobal() function in art::JavaVMExt836 return DecodeWeakGlobal(self, ref); in DecodeWeakGlobalDuringShutdown()
853 obj = soa.Vm()->DecodeWeakGlobal(soa.Self(), ref); in CheckInstance()
2577 result = tlsPtr_.jni_env->vm_->DecodeWeakGlobal(const_cast<Thread*>(this), ref); in DecodeJObject()