Searched refs:full_runs (Results 1 – 1 of 1) sorted by relevance
818 auto* full_runs = kIsDebugBuild ? &full_runs_[idx] : nullptr; in FreeFromRun() local822 DCHECK(full_runs->find(run) != full_runs->end()); in FreeFromRun()824 full_runs->erase(run); in FreeFromRun()1134 auto* full_runs = kIsDebugBuild ? &full_runs_[idx] : nullptr; in BulkFree() local1140 DCHECK(full_runs->find(run) == full_runs->end()); in BulkFree()1147 std::unordered_set<Run*, hash_run, eq_run>::iterator pos = full_runs->find(run); in BulkFree()1148 DCHECK(pos != full_runs->end()); in BulkFree()1149 full_runs->erase(pos); in BulkFree()1155 DCHECK(full_runs->find(run) == full_runs->end()); in BulkFree()1159 DCHECK(full_runs->find(run) == full_runs->end()); in BulkFree()[all …]