Home
last modified time | relevance | path

Searched refs:DecodeGlobal (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jni/
Djava_vm_ext.h170 ObjPtr<mirror::Object> DecodeGlobal(IndirectRef ref)
Djava_vm_ext.cc840 ObjPtr<mirror::Object> JavaVMExt::DecodeGlobal(IndirectRef ref) { in DecodeGlobal() function in art::JavaVMExt
Dcheck_jni.cc895 obj = soa.Env()->GetVm()->DecodeGlobal(ref); in CheckInstance()
/art/runtime/
Dwell_known_classes.cc1004 auto ret = ObjPtr<mirror::Class>::DownCast(vm->DecodeGlobal(global_jclass)); in ToClass()
Dthread.cc2833 result = tlsPtr_.jni_env->vm_->DecodeGlobal(ref); in DecodeGlobalJObject()