Searched refs:DecodeWeakGlobal (Results 1 – 4 of 4) sorted by relevance
141 mirror::Object* DecodeWeakGlobal(Thread* self, IndirectRef ref)
649 mirror::Object* JavaVMExt::DecodeWeakGlobal(Thread* self, IndirectRef ref) { in DecodeWeakGlobal() function in art::JavaVMExt678 return DecodeWeakGlobal(self, ref); in DecodeWeakGlobalDuringShutdown()
1907 result = tlsPtr_.jni_env->vm->DecodeWeakGlobal(const_cast<Thread*>(this), ref); in DecodeJObject()
774 obj = soa.Vm()->DecodeWeakGlobal(soa.Self(), ref); in CheckInstance()