Lines Matching refs:Begin
51 oat_file->begin_ = elf_file->Begin() + hdr->sh_offset; in OpenWithElfFile()
52 oat_file->end_ = elf_file->Begin() + hdr->sh_size + hdr->sh_offset; in OpenWithElfFile()
237 const byte* oat = Begin(); in Setup()
248 Begin(), sizeof(OatHeader), GetOatHeader().GetKeyValueStoreSize(), in Setup()
308 const uint8_t* dex_file_pointer = Begin() + dex_file_offset; in Setup()
355 return *reinterpret_cast<const OatHeader*>(Begin()); in GetOatHeader()
358 const byte* OatFile::Begin() const { in Begin() function in art::OatFile
471 const byte* oat_class_pointer = oat_file_->Begin() + oat_class_offset; in GetOatClass()
547 return reinterpret_cast<const uint8_t*>(oat_method_offsets) - oat_file_->Begin(); in GetOatMethodOffsetsOffset()
580 return OatMethod(oat_file_->Begin(), oat_method_offsets->code_offset_); in GetOatMethod()
583 return OatMethod(oat_file_->Begin(), 0); in GetOatMethod()