Home
last modified time | relevance | path

Searched refs:DecodeWeakGlobal (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Djni_internal.h99 mirror::Object* DecodeWeakGlobal(Thread* self, IndirectRef ref)
Dthread.cc1362 result = Runtime::Current()->GetJavaVM()->DecodeWeakGlobal(const_cast<Thread*>(this), ref); in DecodeJObject()
Djni_internal.cc3205 mirror::Object* JavaVMExt::DecodeWeakGlobal(Thread* self, IndirectRef ref) { in DecodeWeakGlobal() function in art::JavaVMExt