Searched refs:root_table (Results 1 – 1 of 1) sorted by relevance
405 const uint8_t* root_table = GetRootTable(entry.first, &number_of_roots); in SweepRootTables() local406 uint8_t* roots_data = private_region_.IsInDataSpace(root_table) in SweepRootTables()407 ? private_region_.GetWritableDataAddress(root_table) in SweepRootTables()408 : shared_region_.GetWritableDataAddress(root_table); in SweepRootTables()