Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h83 size_t oat_index = GetOatIndex(object); in GetImageAddress() local
84 const ImageInfo& image_info = GetImageInfo(oat_index); in GetImageAddress()
104 size_t GetOatFileOffset(size_t oat_index) const { in GetOatFileOffset() argument
105 return GetImageInfo(oat_index).oat_offset_; in GetOatFileOffset()
108 const uint8_t* GetOatFileBegin(size_t oat_index) const { in GetOatFileBegin() argument
109 return GetImageInfo(oat_index).oat_file_begin_; in GetOatFileBegin()
121 uintptr_t GetOatDataBegin(size_t oat_index) { in GetOatDataBegin() argument
122 return reinterpret_cast<uintptr_t>(GetImageInfo(oat_index).oat_data_begin_); in GetOatDataBegin()
138 void UpdateOatFileLayout(size_t oat_index,
143 void UpdateOatFileHeader(size_t oat_index, const OatHeader& oat_header);
[all …]
Dimage_writer.cc357 size_t oat_index = GetOatIndex(object); in AssignImageOffset() local
358 ImageInfo& image_info = GetImageInfo(oat_index); in AssignImageOffset()
378 size_t oat_index = GetOatIndex(object); in GetImageOffset() local
379 const ImageInfo& image_info = GetImageInfo(oat_index); in GetImageOffset()
445 size_t oat_index = GetOatIndexForDexCache(dex_cache); in PrepareDexCacheArraySlots() local
446 ImageInfo& image_info = GetImageInfo(oat_index); in PrepareDexCacheArraySlots()
468 size_t oat_index = GetOatIndexForDexCache(dex_cache); in AddDexCacheArrayRelocation() local
470 NativeObjectRelocation { oat_index, offset, kNativeObjectRelocationTypeDexCacheArray }); in AddDexCacheArrayRelocation()
594 size_t oat_index = GetOatIndex(object); in AssignImageBinSlot() local
595 ImageInfo& image_info = GetImageInfo(oat_index); in AssignImageBinSlot()
[all …]
Doat_writer.cc1182 size_t oat_index = writer_->image_writer_->GetOatIndexForDexCache(dex_cache_); in GetDexCacheOffset() local
1183 uintptr_t oat_data = writer_->image_writer_->GetOatDataBegin(oat_index); in GetDexCacheOffset()
1194 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetObjectOffset() local
1195 uintptr_t oat_data_begin = writer_->image_writer_->GetOatDataBegin(oat_index); in GetTargetObjectOffset()
1252 size_t oat_index = writer_->image_writer_->GetOatIndexForDexCache(dex_cache_); in PatchCodeAddress() local
1256 writer_->image_writer_->GetOatDataBegin(oat_index) + in PatchCodeAddress()
2242 size_t oat_index = image_writer_->GetOatIndexForDexFile(dex_files_->front()); in SetMultiOatRelativePatcherAdjustment() local
2243 size_t elf_file_offset = image_writer_->GetOatFileOffset(oat_index); in SetMultiOatRelativePatcherAdjustment()