Lines Matching refs:begin_
179 const byte* file_start = reinterpret_cast<const byte*>(begin_); in CheckListSize()
288 const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + in CheckMap()
506 if (!CheckListSize(begin_ + offset, aligned_offset - offset, sizeof(byte), "section")) { in CheckPadding()
815 const byte* file_end = begin_ + size_; in CheckIntraStringDataItem()
1236 aligned_offset = ptr_ - begin_; in CheckIntraSectionIterate()
1310 size_t next_offset = ptr_ - begin_; in CheckIntraDataSection()
1320 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckIntraSection()
1325 ptr_ = begin_; in CheckIntraSection()
1352 ptr_ = begin_ + header_->header_size_; in CheckIntraSection()
1364 offset = ptr_ - begin_; in CheckIntraSection()
1392 offset = ptr_ - begin_; in CheckIntraSection()
1762 const byte* data = begin_ + item->class_data_off_; in CheckInterClassDefItem()
1776 const byte* data = begin_ + item->annotations_off_; in CheckInterClassDefItem()
1824 reinterpret_cast<const DexFile::AnnotationItem*>(begin_ + *offsets); in CheckInterAnnotationSetItem()
1958 ptr_ = begin_ + new_offset; in CheckInterSectionIterate()
2029 offset = ptr_ - begin_; in CheckInterSectionIterate()
2036 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckInterSection()