Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_memory_region.cc456 size_t root_table_size = ComputeRootTableSize(roots.size()); in CommitData() local
457 uint8_t* stack_map_data = roots_data + root_table_size; in CommitData()
458 DCHECK_LE(root_table_size + stack_map.size(), reserved_data.size()); in CommitData()
463 if (UNLIKELY(!FlushCpuCaches(roots_data, roots_data + root_table_size + stack_map.size()))) { in CommitData()
Djit_code_cache.cc660 size_t root_table_size = ComputeRootTableSize(roots.size()); in Commit() local
661 const uint8_t* stack_map_data = roots_data + root_table_size; in Commit()