Lines Matching refs:Begin

445       ? reinterpret_cast<const IndexBssMapping*>(oat_file->Begin() + index_bss_mapping_offset)  in ReadIndexBssMapping()
522 const uint8_t* oat = Begin() + oat_dex_files_offset; // Jump to the OatDexFile records. in Setup()
754 dex_file_pointer = external_dex_files_[i]->Begin(); in Setup()
842 reinterpret_cast<const uint32_t*>(Begin() + class_offsets_offset); in Setup()
854 ? Begin() + lookup_table_offset in Setup()
881 ? reinterpret_cast<const DexLayoutSections*>(Begin() + dex_layout_sections_offset) in Setup()
1136 extinfo.reserved_addr = reservation->Begin(); in Dlopen()
1149 uint8_t* reservation_begin = context->reservation->Begin(); in Dlopen()
1311 Begin(), in PreSetup()
1438 SetBegin(elf_file->Begin() + offset); in InitializeFromElfFile()
1439 SetEnd(elf_file->Begin() + size + offset); in InitializeFromElfFile()
1743 return *reinterpret_cast<const OatHeader*>(Begin()); in GetOatHeader()
1746 const uint8_t* OatFile::Begin() const { in Begin() function in art::OatFile
1757 return vdex_->Begin(); in DexBegin()
1974 const uint8_t* oat_class_pointer = oat_file_->Begin() + oat_class_offset; in GetOatClass()
2071 DexLayoutSection::MadviseLargestPageAlignedRegion(dex_file.Begin(), in MadviseDexFile()
2072 dex_file.Begin() + dex_file.Size(), in MadviseDexFile()
2123 return reinterpret_cast<const uint8_t*>(oat_method_offsets) - oat_file_->Begin(); in GetOatMethodOffsetsOffset()
2156 return OatMethod(oat_file_->Begin(), oat_method_offsets->code_offset_); in GetOatMethod()
2160 return OatMethod(oat_file_->Begin(), 0); in GetOatMethod()