Home
last modified time | relevance | path

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

/art/runtime/jni/
Djava_vm_ext-inl.h27 inline bool JavaVMExt::MayAccessWeakGlobals(Thread* self) const { in MayAccessWeakGlobals() function
Djava_vm_ext.h233 bool MayAccessWeakGlobals(Thread* self) const REQUIRES_SHARED(Locks::mutator_lock_);
Djava_vm_ext.cc717 if (UNLIKELY(!MayAccessWeakGlobals(self))) { in WaitForWeakGlobalsAccess()
724 } while (!MayAccessWeakGlobals(self)); in WaitForWeakGlobalsAccess()
857 if (LIKELY(MayAccessWeakGlobals(self))) { in DecodeWeakGlobal()
/art/dex2oat/linker/
Dimage_writer.cc414 DCHECK(vm->MayAccessWeakGlobals(self)); in DecodeWeakGlobalWithoutRB()