Searched refs:root_table_size (Results 1 – 2 of 2) sorted by relevance
455 size_t root_table_size = ComputeRootTableSize(roots.size()); in CommitData() local456 uint8_t* stack_map_data = roots_data + root_table_size; in CommitData()457 DCHECK_LE(root_table_size + stack_map.size(), reserved_data.size()); in CommitData()462 if (UNLIKELY(!FlushCpuCaches(roots_data, roots_data + root_table_size + stack_map.size()))) { in CommitData()
657 size_t root_table_size = ComputeRootTableSize(roots.size()); in Commit() local658 const uint8_t* stack_map_data = roots_data + root_table_size; in Commit()