Searched refs:DecodeGlobal (Results 1 – 5 of 5) sorted by relevance
170 ObjPtr<mirror::Object> DecodeGlobal(IndirectRef ref)
840 ObjPtr<mirror::Object> JavaVMExt::DecodeGlobal(IndirectRef ref) { in DecodeGlobal() function in art::JavaVMExt
895 obj = soa.Env()->GetVm()->DecodeGlobal(ref); in CheckInstance()
1004 auto ret = ObjPtr<mirror::Class>::DownCast(vm->DecodeGlobal(global_jclass)); in ToClass()
2833 result = tlsPtr_.jni_env->vm_->DecodeGlobal(ref); in DecodeGlobalJObject()