Searched refs:pos_ (Results 1 – 6 of 6) sorted by relevance
74 size_t pos_ = 0u; member in art::__anonca7a8e470111::Matcher84 matcher->pos_ += 1u; // Advance to the next match function before marking. in Mark()85 matcher->mark_ = matcher->pos_; in Mark()94 matcher->pos_ += 1u; in Required()103 matcher->pos_ += 1u; in Repeated()106 matcher->pos_ = matcher->mark_; in Repeated()131 while (matcher.pos_ != size) { in DoMatch()132 if (!pattern[matcher.pos_](&matcher)) { in DoMatch()
132 SetReference(pos_, object); in NewHandle()133 MutableHandle<MirrorType> h(GetHandle<MirrorType>(pos_)); in NewHandle()134 ++pos_; in NewHandle()
194 return kNumReferences - pos_; in RemainingSlots()213 uint32_t pos_ = 0; variable
925 bool HasNext() const { return pos_ < size_; } in HasNext()927 void Next() { ++pos_; } in Next()929 return type_list_->GetTypeItem(pos_).type_idx_; in GetTypeIdx()938 uint32_t pos_ = 0; variable946 bool HasNext() const { return pos_ < array_size_; } in HasNext()980 size_t pos_; // Current position. variable
617 pos_(-1), in EncodedArrayValueIterator()627 pos_++; in Next()628 if (pos_ >= array_size_) { in Next()
4173 res_method_(res_method), pos_(0), params_(res_method->GetParameterTypeList()), in MethodParamListDescriptorIterator()4178 return pos_ < params_size_; in HasNext()4182 ++pos_; in Next()4186 return res_method_->GetTypeDescriptorFromTypeIdx(params_->GetTypeItem(pos_).type_idx_); in GetDescriptor()4191 size_t pos_; member in art::verifier::impl::__anon4cf1518a0111::MethodParamListDescriptorIterator