Searched refs:DecodeWeakGlobal (Results 1 – 3 of 3) sorted by relevance
102 mirror::Object* DecodeWeakGlobal(Thread* self, IndirectRef ref);
1191 result = Runtime::Current()->GetJavaVM()->DecodeWeakGlobal(const_cast<Thread*>(this), ref); in DecodeJObject()
3096 mirror::Object* JavaVMExt::DecodeWeakGlobal(Thread* self, IndirectRef ref) { in DecodeWeakGlobal() function in art::JavaVMExt