Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1509 if (current_entry_ == nullptr || current_tag_ == nullptr) { in next()
1512 current_entry_ += current_tag_->GetSize(); in next()
1513 if (current_entry_ >= last_entry_) { in next()
1514 current_entry_ = nullptr; in next()
1517 current_tag_ = abbrev_->ReadTag(current_entry_); in next()
1519 current_entry_ = nullptr; in next()
1530 if (current_tag_ == nullptr || current_entry_ == nullptr || current_entry_ >= last_entry_) { in GetPointerToField()
1539 return current_entry_ + off; in GetPointerToField()
1547 current_entry_(reinterpret_cast<byte*>(header) + sizeof(DebugInfoHeader)), in DebugInfoIterator()
1548 current_tag_(abbrev_->ReadTag(current_entry_)) {} in DebugInfoIterator()
[all …]