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.cc192 while ((!kUseReadBarrier && weak_root_state_ == gc::kWeakRootStateNoReadsOrWrites) || in WaitUntilAccessible()
225 if ((!kUseReadBarrier && weak_root_state_ != gc::kWeakRootStateNoReadsOrWrites) || in Insert()
456 if (new_state != gc::kWeakRootStateNoReadsOrWrites) { in ChangeWeakRootStateLocked()
Druntime.cc2237 intern_table_->ChangeWeakRootState(gc::kWeakRootStateNoReadsOrWrites); in DisallowNewSystemWeaks()