Home
last modified time | relevance | path

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

/art/runtime/
Djava_vm_ext.h176 bool MayAccessWeakGlobalsUnlocked(Thread* self) const SHARED_REQUIRES(Locks::mutator_lock_);
Djava_vm_ext.cc639 return MayAccessWeakGlobalsUnlocked(self); in MayAccessWeakGlobals()
642 inline bool JavaVMExt::MayAccessWeakGlobalsUnlocked(Thread* self) const { in MayAccessWeakGlobalsUnlocked() function in art::JavaVMExt
657 if (LIKELY(MayAccessWeakGlobalsUnlocked(self))) { in DecodeWeakGlobal()