Searched defs:DecodeWeakGlobal (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Djava_vm_ext.cc737 // DecodeWeakGlobal.
776 ObjPtr<mirror::Object> JavaVMExt::DecodeWeakGlobal(Thread* self, IndirectRef ref) { function in class:art::JavaVMExt
808 return DecodeWeakGlobal(self, ref);
810 // self can be null during a runtime shutdown. ~Runtime()->~ClassLinker()->DecodeWeakGlobal().
827 // (DecodeWeakGlobal) so that we won't accidentally mark the object alive. Since the cleared

Completed in 21 milliseconds