Searched refs:root_table_size (Results 1 – 2 of 2) sorted by relevance
456 size_t root_table_size = ComputeRootTableSize(roots.size()); in CommitData() local457 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()
659 size_t root_table_size = ComputeRootTableSize(roots.size()); in Commit() local660 const uint8_t* stack_map_data = roots_data + root_table_size; in Commit()