Lines Matching refs:Begin
331 if (out->WriteFully(reinterpret_cast<char*>(oat_file_->Begin()), expect) && in WriteElf()
350 if (out->WriteFully(reinterpret_cast<char*>(image_->Begin()), expect) && in WriteImage()
437 ImageHeader* image_header = reinterpret_cast<ImageHeader*>(image_->Begin()); in PatchImage()
459 uintptr_t begin = reinterpret_cast<uintptr_t>(heap_->Begin()); in InHeap()
485 DCHECK_GT(reinterpret_cast<uintptr_t>(obj), reinterpret_cast<uintptr_t>(heap_->Begin())); in RelocatedCopyOf()
488 reinterpret_cast<uintptr_t>(obj) - reinterpret_cast<uintptr_t>(heap_->Begin()); in RelocatedCopyOf()
490 return reinterpret_cast<mirror::Object*>(image_->Begin() + heap_off); in RelocatedCopyOf()
507 OatHeader* oat_header = reinterpret_cast<OatHeader*>(elf_file->Begin() + rodata_sec->sh_offset); in GetOatHeader()
615 uintptr_t* patches = reinterpret_cast<uintptr_t*>(oat_file_->Begin() + patches_sec->sh_offset); in CheckOatFile()
643 OatHeader* oat_header = reinterpret_cast<OatHeader*>(oat_file_->Begin() + rodata_sec->sh_offset); in PatchOatHeader()
719 Elf32_Sym* syms = reinterpret_cast<Elf32_Sym*>(oat_file_->Begin() + section->sh_offset); in PatchSymbols()
721 reinterpret_cast<Elf32_Sym*>(oat_file_->Begin() + section->sh_offset + section->sh_size); in PatchSymbols()
744 uintptr_t* patches = reinterpret_cast<uintptr_t*>(oat_file_->Begin() + patches_sec->sh_offset); in PatchTextSection()
748 byte* to_patch = oat_file_->Begin() + oat_text_sec->sh_offset; in PatchTextSection()