Searched refs:DecodeWeakGlobalLocked (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Djava_vm_ext.h170 ObjPtr<mirror::Object> DecodeWeakGlobalLocked(Thread* self, IndirectRef ref)
H A Djava_vm_ext.cc781 // case, it may be racy, this is benign since DecodeWeakGlobalLocked does the correct behavior
788 return DecodeWeakGlobalLocked(self, ref);
791 ObjPtr<mirror::Object> JavaVMExt::DecodeWeakGlobalLocked(Thread* self, IndirectRef ref) { function in class:art::JavaVMExt

Completed in 116 milliseconds