Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h125 size_t oat_index = GetOatIndex(object); in GetImageAddress() local
134 size_t oat_index = GetOatIndex(object); in GetGlobalImageOffset() local
144 size_t GetOatFileOffset(size_t oat_index) const { in GetOatFileOffset()
148 const uint8_t* GetOatFileBegin(size_t oat_index) const { in GetOatFileBegin()
161 uintptr_t GetOatDataBegin(size_t oat_index) { in GetOatDataBegin()
545 size_t oat_index; member
551 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.cc799 void ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index, Bin bin) { in AssignImageBinSlot()
849 size_t oat_index = GetOatIndex(object); in IsImageBinSlotAssigned() local
872 size_t oat_index, in UpdateImageBinSlotOffset()
1316 size_t oat_index; in CreateImageRoots() member
1335 size_t oat_index = it->second; in CreateImageRoots() local
1347 for (size_t oat_index = 0; oat_index != num_oat_files; ++oat_index) { in CreateImageRoots() local
1375 for (size_t oat_index = 0; oat_index != num_oat_files; ++oat_index) { in CreateImageRoots() local
1409 void ImageWriter::RecordNativeRelocations(ObjPtr<mirror::Class> klass, size_t oat_index) { in RecordNativeRelocations()
1514 bool ImageWriter::TryAssignImTableOffset(ImTable* imt, size_t oat_index) { in TryAssignImTableOffset()
1533 void ImageWriter::TryAssignConflictTableOffset(ImtConflictTable* table, size_t oat_index) { in TryAssignConflictTableOffset()
[all …]
Doat_writer.cc1897 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetIntrinsicReferenceOffset() local
1907 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetMethodOffset() local
1918 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetObjectOffset() local
3821 size_t oat_index = image_writer_->GetOatIndexForDexFile(dex_files_->front()); in SetMultiOatRelativePatcherAdjustment() local
/art/dex2oat/
Ddex2oat.cc2615 int oat_index = is_multi_image ? i : 0; in AddDexFileSources() local