Home
last modified time | relevance | path

Searched refs:kWeakRootStateNoReadsOrWrites (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dweak_root_state.h29 kWeakRootStateNoReadsOrWrites, enumerator
/art/runtime/
Dintern_table.cc203 while ((!kUseReadBarrier && weak_root_state_ == gc::kWeakRootStateNoReadsOrWrites) || in WaitUntilAccessible()
236 if ((!kUseReadBarrier && weak_root_state_ != gc::kWeakRootStateNoReadsOrWrites) || in Insert()
495 if (new_state != gc::kWeakRootStateNoReadsOrWrites) { in ChangeWeakRootStateLocked()
Druntime.cc1966 intern_table_->ChangeWeakRootState(gc::kWeakRootStateNoReadsOrWrites); in DisallowNewSystemWeaks()