Home
last modified time | relevance | path

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

/art/runtime/jni/
Djava_vm_ext.h165 ObjPtr<mirror::Object> DecodeGlobal(IndirectRef ref)
Djava_vm_ext.cc793 ObjPtr<mirror::Object> JavaVMExt::DecodeGlobal(IndirectRef ref) { in DecodeGlobal() function in art::JavaVMExt
/art/runtime/
Dthread.cc2580 result = tlsPtr_.jni_env->vm_->DecodeGlobal(ref); in DecodeJObject()