Searched refs:end_idx_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Ddataflow_iterator-inl.h29 if (idx_ < end_idx_) {
44 if ((idx_ >= end_idx_) && changed_ == true) {
52 if (idx_ < end_idx_) {
106 while (idx_ != end_idx_) {
127 if (idx_ == end_idx_) {
158 // NOTE: We need to do this even if idx_ == end_idx_.
175 if (idx_ == end_idx_) {
H A Ddataflow_iterator.h74 end_idx_(end_idx),
106 const int32_t end_idx_; /**< @brief the last index for the iteration */ member in class:art::DataflowIterator

Completed in 36 milliseconds