Searched refs:pos_ (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Ddex_file.h1250 : dex_file_(dex_file), size_(0), pos_(0) {
1256 bool HasNext() const { return pos_ < size_; }
1258 void Next() { ++pos_; }
1260 return type_list_->GetTypeItem(pos_).type_idx_;
1269 uint32_t pos_; member in class:art::DexFile::DexFileParameterIterator
1310 : dex_file_(dex_file), pos_(0), ptr_pos_(raw_class_data_item), last_idx_(0) {
1331 return pos_ >= EndOfInstanceFieldsPos();
1334 return pos_ < EndOfStaticFieldsPos();
1337 return pos_ >= EndOfStaticFieldsPos() && pos_ < EndOfInstanceFieldsPo
1491 size_t pos_; // integral number of items passed member in class:art::DexFile::ClassDataItemIterator
1535 size_t pos_; // Current position. member in class:art::DexFile::EncodedArrayValueIterator
[all...]
H A Dhandle_scope-inl.h111 SetReference(pos_, object);
112 MutableHandle<T> h(GetHandle<T>(pos_));
113 pos_++;
H A Dhandle_scope.h235 return kNumReferences - pos_;
253 uint32_t pos_ = 0; variable
307 - /* FixedSizeHandleScope<>::pos_ */ sizeof(uint32_t);
H A Ddex_file.cc1422 pos_(-1),
1432 pos_++;
1433 if (pos_ >= array_size_) {
/art/compiler/dex/
H A Dinline_method_analyser.cc68 pos_(0u),
75 size_t pos_; member in class:art::__anon5::Matcher
85 matcher->pos_ += 1u; // Advance to the next match function before marking.
86 matcher->mark_ = matcher->pos_;
95 matcher->pos_ += 1u;
104 matcher->pos_ += 1u;
107 matcher->pos_ = matcher->mark_;
132 while (matcher.pos_ != size) {
133 if (!pattern[matcher.pos_](&matcher)) {
/art/runtime/verifier/
H A Dmethod_verifier.cc4258 res_method_(res_method), pos_(0), params_(res_method->GetParameterTypeList()),
4263 return pos_ < params_size_;
4267 ++pos_;
4271 return res_method_->GetTypeDescriptorFromTypeIdx(params_->GetTypeItem(pos_).type_idx_);
4276 size_t pos_; member in class:art::MethodParamListDescriptorIterator

Completed in 202 milliseconds