Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc431 const uint8_t* root_table = GetRootTable(entry.first, &number_of_roots); in SweepRootTables() local
432 uint8_t* roots_data = private_region_.IsInDataSpace(root_table) in SweepRootTables()
433 ? private_region_.GetWritableDataAddress(root_table) in SweepRootTables()
434 : shared_region_.GetWritableDataAddress(root_table); in SweepRootTables()