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

/art/runtime/
H A Dhandle_scope-inl.h30 : HandleScope(self->GetTopHandleScope(), kNumReferences), self_(self), pos_(0) {
91 SetReference(pos_, object);
92 MutableHandle<T> h(GetHandle<T>(pos_));
93 pos_++;
99 SetReference(pos_, *object);
100 MutableHandle<T> h(GetHandle<T>(pos_));
101 pos_++;
H A Ddex_file.h1067 : dex_file_(dex_file), size_(0), pos_(0) {
1073 bool HasNext() const { return pos_ < size_; }
1074 void Next() { ++pos_; }
1076 return type_list_->GetTypeItem(pos_).type_idx_;
1085 uint32_t pos_; member in class:art::DexFileParameterIterator
1123 : dex_file_(dex_file), pos_(0), ptr_pos_(raw_class_data_item), last_idx_(0) {
1144 return pos_ < EndOfStaticFieldsPos();
1147 return pos_ >= EndOfStaticFieldsPos() && pos_ < EndOfInstanceFieldsPos();
1150 return pos_ >
1298 size_t pos_; // integral number of items passed member in class:art::ClassDataItemIterator
1346 size_t pos_; // Current position. member in class:art::EncodedStaticFieldValueIterator
[all...]
H A Dhandle_scope.h181 size_t pos_; variable
H A Ddex_file.cc1189 array_size_(), pos_(-1), type_(kByte) {
1204 pos_++;
1205 if (pos_ >= array_size_) {
/art/runtime/verifier/
H A Dmethod_verifier.cc3460 res_method_(res_method), pos_(0), params_(res_method->GetParameterTypeList()),
3465 return pos_ < params_size_;
3469 ++pos_;
3473 return res_method_->GetTypeDescriptorFromTypeIdx(params_->GetTypeItem(pos_).type_idx_);
3478 size_t pos_; member in class:art::verifier::MethodParamListDescriptorIterator

Completed in 109 milliseconds