Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.h208 void ChangeWeakRootState(gc::WeakRootState new_state)
Dintern_table.cc463 void InternTable::ChangeWeakRootState(gc::WeakRootState new_state) { in ChangeWeakRootState() function in art::InternTable
Druntime.cc2324 intern_table_->ChangeWeakRootState(gc::kWeakRootStateNoReadsOrWrites); in DisallowNewSystemWeaks()
2340 intern_table_->ChangeWeakRootState(gc::kWeakRootStateNormal); // TODO: Do this in the sweeping. in AllowNewSystemWeaks()