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

/art/runtime/
H A Djava_vm_ext.h214 bool MayAccessWeakGlobals(Thread* self) const
H A Djava_vm_ext.cc653 while (!kUseReadBarrier && UNLIKELY(!MayAccessWeakGlobals(self))) {
765 inline bool JavaVMExt::MayAccessWeakGlobals(Thread* self) const { function in class:art::JavaVMExt
780 // This only applies in the case where MayAccessWeakGlobals goes from false to true. In the other
782 // if MayAccessWeakGlobals is false.
795 while (UNLIKELY(!MayAccessWeakGlobals(self))) {
820 while (UNLIKELY(!MayAccessWeakGlobals(self))) {

Completed in 1355 milliseconds