Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.h204 void ChangeWeakRootState(gc::WeakRootState new_state)
Dintern_table.cc448 void InternTable::ChangeWeakRootState(gc::WeakRootState new_state) { in ChangeWeakRootState() function in art::InternTable
Druntime.cc2237 intern_table_->ChangeWeakRootState(gc::kWeakRootStateNoReadsOrWrites); in DisallowNewSystemWeaks()
2253 intern_table_->ChangeWeakRootState(gc::kWeakRootStateNormal); // TODO: Do this in the sweeping. in AllowNewSystemWeaks()