Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dexecution_subgraph.h274 return ArrayRef<const ExcludedCohort>(*excluded_list_); in GetExcludedCohorts()
344 std::optional<ScopedArenaVector<ExcludedCohort>> excluded_list_; variable
Dexecution_subgraph.cc267 excluded_list_.emplace(allocator_->Adapter(kArenaAllocLSA)); in RecalculateExcludedCohort()
268 ScopedArenaVector<ExcludedCohort>& res = excluded_list_.value(); in RecalculateExcludedCohort()