Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h124 size_t oat_index = GetOatIndex(object); in GetImageAddress() local
134 size_t GetOatFileOffset(size_t oat_index) const { in GetOatFileOffset()
138 const uint8_t* GetOatFileBegin(size_t oat_index) const { in GetOatFileBegin()
151 uintptr_t GetOatDataBegin(size_t oat_index) { in GetOatDataBegin()
586 size_t oat_index; member
627 ImageInfo& GetImageInfo(size_t oat_index) { in GetImageInfo()
631 const ImageInfo& GetImageInfo(size_t oat_index) const { in GetImageInfo()
Dimage_writer.cc690 size_t oat_index = GetOatIndexForDexFile(dex_file); in PrepareDexCacheArraySlots() local
735 size_t oat_index) { in AddDexCacheArrayRelocation()
760 ImageWriter::Bin ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index) { in AssignImageBinSlot()
910 size_t oat_index = GetOatIndex(object); in IsImageBinSlotAssigned() local
933 size_t oat_index, in UpdateImageBinSlotOffset()
1535 size_t oat_index, in CreateImageRoots()
1563 void ImageWriter::RecordNativeRelocations(ObjPtr<mirror::Object> obj, size_t oat_index) { in RecordNativeRelocations()
1711 bool ImageWriter::TryAssignImTableOffset(ImTable* imt, size_t oat_index) { in TryAssignImTableOffset()
1729 void ImageWriter::TryAssignConflictTableOffset(ImtConflictTable* table, size_t oat_index) { in TryAssignConflictTableOffset()
1749 size_t oat_index) { in AssignMethodOffset()
[all …]
Doat_writer.cc1977 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetIntrinsicReferenceOffset() local
1987 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetMethodOffset() local
1998 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetObjectOffset() local
3897 size_t oat_index = image_writer_->GetOatIndexForDexFile(dex_files_->front()); in SetMultiOatRelativePatcherAdjustment() local