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
138 size_t oat_index = GetOatIndex(object); in GetGlobalImageOffset() local
148 size_t GetOatFileOffset(size_t oat_index) const { in GetOatFileOffset()
152 const uint8_t* GetOatFileBegin(size_t oat_index) const { in GetOatFileBegin()
165 uintptr_t GetOatDataBegin(size_t oat_index) { in GetOatDataBegin()
549 size_t oat_index; member
555 size_t oat_index; member
594 ImageInfo& GetImageInfo(size_t oat_index) { in GetImageInfo()
598 const ImageInfo& GetImageInfo(size_t oat_index) const { in GetImageInfo()
Dimage_writer.cc789 void ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index, Bin bin) { in AssignImageBinSlot()
839 size_t oat_index = GetOatIndex(object); in IsImageBinSlotAssigned() local
862 size_t oat_index, in UpdateImageBinSlotOffset()
1306 size_t oat_index; in CreateImageRoots() member
1325 size_t oat_index = it->second; in CreateImageRoots() local
1337 for (size_t oat_index = 0; oat_index != num_oat_files; ++oat_index) { in CreateImageRoots() local
1365 for (size_t oat_index = 0; oat_index != num_oat_files; ++oat_index) { in CreateImageRoots() local
1399 void ImageWriter::RecordNativeRelocations(ObjPtr<mirror::Class> klass, size_t oat_index) { in RecordNativeRelocations()
1500 bool ImageWriter::TryAssignImTableOffset(ImTable* imt, size_t oat_index) { in TryAssignImTableOffset()
1519 void ImageWriter::TryAssignConflictTableOffset(ImtConflictTable* table, size_t oat_index) { in TryAssignConflictTableOffset()
[all …]
Doat_writer.cc1950 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetIntrinsicReferenceOffset() local
1960 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetMethodOffset() local
1971 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetObjectOffset() local
3835 size_t oat_index = image_writer_->GetOatIndexForDexFile(dex_files_->front()); in SetMultiOatRelativePatcherAdjustment() local
/art/dex2oat/
Ddex2oat.cc2632 int oat_index = is_multi_image ? i : 0; in AddDexFileSources() local