Home
last modified time | relevance | path

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

/art/runtime/jni/
Djava_vm_ext.h166 ObjPtr<mirror::Object> DecodeGlobal(IndirectRef ref)
Djava_vm_ext.cc793 ObjPtr<mirror::Object> JavaVMExt::DecodeGlobal(IndirectRef ref) { in DecodeGlobal() function in art::JavaVMExt
Dcheck_jni.cc888 obj = soa.Env()->GetVm()->DecodeGlobal(ref); in CheckInstance()
/art/runtime/
Dthread.cc2651 result = tlsPtr_.jni_env->vm_->DecodeGlobal(ref); in DecodeJObject()