Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h122 size_t oat_index = GetOatIndex(object); in GetImageAddress() local
132 size_t GetOatFileOffset(size_t oat_index) const { in GetOatFileOffset()
136 const uint8_t* GetOatFileBegin(size_t oat_index) const { in GetOatFileBegin()
149 uintptr_t GetOatDataBegin(size_t oat_index) { in GetOatDataBegin()
553 size_t oat_index; member
590 ImageInfo& GetImageInfo(size_t oat_index) { in GetImageInfo()
594 const ImageInfo& GetImageInfo(size_t oat_index) const { in GetImageInfo()
Dimage_writer.cc639 ImageWriter::Bin ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index) { in AssignImageBinSlot()
732 void ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index, Bin bin) { in AssignImageBinSlot()
782 size_t oat_index = GetOatIndex(object); in IsImageBinSlotAssigned() local
805 size_t oat_index, in UpdateImageBinSlotOffset()
1309 size_t oat_index, in CreateImageRoots()
1337 void ImageWriter::RecordNativeRelocations(ObjPtr<mirror::Class> klass, size_t oat_index) { in RecordNativeRelocations()
1431 bool ImageWriter::TryAssignImTableOffset(ImTable* imt, size_t oat_index) { in TryAssignImTableOffset()
1450 void ImageWriter::TryAssignConflictTableOffset(ImtConflictTable* table, size_t oat_index) { in TryAssignConflictTableOffset()
1471 size_t oat_index) { in AssignMethodOffset()
1641 size_t oat_index = pair.second; in ProcessCollectedClasses() local
[all …]
Doat_writer.cc2016 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetIntrinsicReferenceOffset() local
2026 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetMethodOffset() local
2037 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetObjectOffset() local
3849 size_t oat_index = image_writer_->GetOatIndexForDexFile(dex_files_->front()); in SetMultiOatRelativePatcherAdjustment() local