Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2150 class HEnvironmentIterator : public ValueObject,
2153 explicit HEnvironmentIterator(HEnvironment* cur) : cur_(cur) {} in HEnvironmentIterator() function
2159 HEnvironmentIterator& operator++() {
2165 HEnvironmentIterator operator++(int) {
2166 HEnvironmentIterator prev(*this);
2171 bool operator==(const HEnvironmentIterator& other) const {
2175 bool operator!=(const HEnvironmentIterator& other) const {
2426 IterationRange<HEnvironmentIterator> GetAllEnvironments() const { in GetAllEnvironments()
2427 return MakeIterationRange(HEnvironmentIterator(GetEnvironment()), in GetAllEnvironments()
2428 HEnvironmentIterator(nullptr)); in GetAllEnvironments()