Home
last modified time | relevance | path

Searched refs:MayAccessWeakGlobals (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Djava_vm_ext.cc536 while (UNLIKELY(!MayAccessWeakGlobals(self))) { in AddWeakGlobalRef()
638 inline bool JavaVMExt::MayAccessWeakGlobals(Thread* self) const { in MayAccessWeakGlobals() function in art::JavaVMExt
668 while (UNLIKELY(!MayAccessWeakGlobals(self))) { in DecodeWeakGlobalLocked()
690 while (UNLIKELY(!MayAccessWeakGlobals(self))) { in IsWeakGlobalCleared()
Djava_vm_ext.h177 bool MayAccessWeakGlobals(Thread* self) const