Home
last modified time | relevance | path

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

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