Home
last modified time | relevance | path

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

/art/runtime/jni/
Djava_vm_ext.h186 ObjPtr<mirror::Object> DecodeWeakGlobalAsStrong(IndirectRef ref)
Djava_vm_ext.cc876 ObjPtr<mirror::Object> JavaVMExt::DecodeWeakGlobalAsStrong(IndirectRef ref) { in DecodeWeakGlobalAsStrong() function in art::JavaVMExt
/art/runtime/
Dclass_linker.cc11143 Runtime::Current()->GetJavaVM()->DecodeWeakGlobalAsStrong(result)); in GetHoldingClassLoaderOfCopiedMethod()