Home
last modified time | relevance | path

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

/art/runtime/gc/
Dweak_root_state.h27 kWeakRootStateNormal, enumerator
/art/runtime/
Dintern_table.cc41 weak_root_state_(gc::kWeakRootStateNormal) { in InternTable()
215 CHECK_EQ(weak_root_state_, gc::kWeakRootStateNormal); in Insert()
238 CHECK_EQ(weak_root_state_, gc::kWeakRootStateNormal); in Insert()
Druntime.cc2253 intern_table_->ChangeWeakRootState(gc::kWeakRootStateNormal); // TODO: Do this in the sweeping. in AllowNewSystemWeaks()