Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dintern_table.cc194 while ((!gUseReadBarrier && weak_root_state_ == gc::kWeakRootStateNoReadsOrWrites) || in WaitUntilAccessible()
223 : weak_root_state_ != gc::kWeakRootStateNoReadsOrWrites) { in Insert()
435 if (new_state != gc::kWeakRootStateNoReadsOrWrites) { in ChangeWeakRootStateLocked()
H A Druntime.cc2783 intern_table_->ChangeWeakRootState(gc::kWeakRootStateNoReadsOrWrites); in DisallowNewSystemWeaks()
/aosp_15_r20/art/runtime/gc/
H A Dweak_root_state.h31 kWeakRootStateNoReadsOrWrites, enumerator
/aosp_15_r20/out/soong/.intermediates/art/runtime/art_operator_srcs/gen/gensrcs/art/runtime/gc/
Dweak_root_state.operator_out.cc11 case kWeakRootStateNoReadsOrWrites: os << "WeakRootStateNoReadsOrWrites"; break; in operator <<()