Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.h2115 class EnvInputSelector {
2117 explicit EnvInputSelector(const HEnvironment* e) : env_(e) {} in EnvInputSelector() function
2125 using HConstEnvInputRef = TransformIterator<CountIter, EnvInputSelector>;
2128 return MakeIterationRange(MakeTransformIterator(range.begin(), EnvInputSelector(this)), in GetEnvInputs()
2129 MakeTransformIterator(range.end(), EnvInputSelector(this))); in GetEnvInputs()