Home
last modified time | relevance | path

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

/art/runtime/
Djava_vm_ext.h157 ObjPtr<mirror::Object> DecodeGlobal(IndirectRef ref)
Djava_vm_ext.cc668 ObjPtr<mirror::Object> JavaVMExt::DecodeGlobal(IndirectRef ref) { in DecodeGlobal() function in art::JavaVMExt
Dthread.cc2243 result = tlsPtr_.jni_env->vm->DecodeGlobal(ref); in DecodeJObject()