Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc485 ImageWriter::Bin ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index) { in AssignImageBinSlot()
586 void ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index, Bin bin) { in AssignImageBinSlot()
636 size_t oat_index = GetOatIndex(object); in IsImageBinSlotAssigned() local
659 size_t oat_index, in UpdateImageBinSlotOffset()
1091 size_t oat_index; in CreateImageRoots() member
1110 size_t oat_index = it->second; in CreateImageRoots() local
1122 for (size_t oat_index = 0; oat_index != num_oat_files; ++oat_index) { in CreateImageRoots() local
1150 for (size_t oat_index = 0; oat_index != num_oat_files; ++oat_index) { in CreateImageRoots() local
1184 void ImageWriter::RecordNativeRelocations(ObjPtr<mirror::Class> klass, size_t oat_index) { in RecordNativeRelocations()
1278 bool ImageWriter::TryAssignImTableOffset(ImTable* imt, size_t oat_index) { in TryAssignImTableOffset()
[all …]
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()
551 size_t oat_index; member
591 ImageInfo& GetImageInfo(size_t oat_index) { in GetImageInfo()
595 const ImageInfo& GetImageInfo(size_t oat_index) const { in GetImageInfo()
Doat_writer.cc1930 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetIntrinsicReferenceOffset() local
1940 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetMethodOffset() local
1951 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_); in GetTargetObjectOffset() local
3806 size_t oat_index = image_writer_->GetOatIndexForDexFile(dex_files_->front()); in SetMultiOatRelativePatcherAdjustment() local
/art/dex2oat/
Ddex2oat.cc2647 int oat_index = is_multi_image ? i : 0; in AddDexFileSources() local