Searched refs:DecodeGlobal (Results 1 – 3 of 3) sorted by relevance
125 mirror::Object* DecodeGlobal(Thread* self, IndirectRef ref)
562 mirror::Object* JavaVMExt::DecodeGlobal(Thread* self, IndirectRef ref) { in DecodeGlobal() function in art::JavaVMExt
1560 result = tlsPtr_.jni_env->vm->DecodeGlobal(const_cast<Thread*>(this), ref); in DecodeJObject()