Searched refs:oat_index (Results 1 - 3 of 3) sorted by relevance

/art/compiler/
H A Dimage_writer.h84 size_t oat_index = GetOatIndex(object); local
85 const ImageInfo& image_info = GetImageInfo(oat_index);
105 size_t GetOatFileOffset(size_t oat_index) const {
106 return GetImageInfo(oat_index).oat_offset_;
109 const uint8_t* GetOatFileBegin(size_t oat_index) const {
110 return GetImageInfo(oat_index).oat_file_begin_;
122 uintptr_t GetOatDataBegin(size_t oat_index) { argument
123 return reinterpret_cast<uintptr_t>(GetImageInfo(oat_index).oat_data_begin_);
128 // This "oat_index" is used to retrieve information about the the memory layout
139 void UpdateOatFileLayout(size_t oat_index,
349 size_t oat_index = GetOatIndex(object); local
499 GetImageInfo(size_t oat_index) argument
547 size_t oat_index; member in struct:art::FINAL::NativeObjectRelocation
[all...]
H A Dimage_writer.cc357 size_t oat_index = GetOatIndex(object); local
358 ImageInfo& image_info = GetImageInfo(oat_index);
378 size_t oat_index = GetOatIndex(object); local
379 const ImageInfo& image_info = GetImageInfo(oat_index);
444 size_t oat_index = GetOatIndexForDexCache(dex_cache); local
445 ImageInfo& image_info = GetImageInfo(oat_index);
467 size_t oat_index = GetOatIndexForDexCache(dex_cache); local
469 NativeObjectRelocation { oat_index, offset, kNativeObjectRelocationTypeDexCacheArray });
490 void ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index) { argument
595 oat_index_map_.emplace(object, oat_index);
633 size_t oat_index = GetOatIndex(object); local
650 size_t oat_index = GetOatIndex(object); local
1069 TryAssignBinSlot(WorkStack& work_stack, mirror::Object* obj, size_t oat_index) argument
1226 TryAssignImTableOffset(ImTable* imt, size_t oat_index) argument
1243 TryAssignConflictTableOffset(ImtConflictTable* table, size_t oat_index) argument
1261 AssignMethodOffset(ArtMethod* method, NativeObjectRelocationType type, size_t oat_index) argument
1311 VisitReferencesVisitor(ImageWriter* image_writer, WorkStack* work_stack, size_t oat_index) argument
1438 const size_t oat_index = it->second; local
1615 CreateHeader(size_t oat_index) argument
1678 size_t oat_index = GetOatIndex(method->GetDexCache()); local
1727 CopyAndFixupNativeData(size_t oat_index) argument
1901 size_t oat_index = GetOatIndex(obj); local
2016 size_t oat_index = GetOatIndexForDexCache(dex_cache); local
2392 UpdateOatFileLayout(size_t oat_index, size_t oat_loaded_size, size_t oat_data_offset, size_t oat_data_size) argument
2421 UpdateOatFileHeader(size_t oat_index, const OatHeader& oat_header) argument
[all...]
H A Doat_writer.cc1182 size_t oat_index = writer_->image_writer_->GetOatIndexForDexCache(dex_cache_);
1183 uintptr_t oat_data = writer_->image_writer_->GetOatDataBegin(oat_index);
1194 size_t oat_index = writer_->image_writer_->GetOatIndexForDexFile(dex_file_);
1195 uintptr_t oat_data_begin = writer_->image_writer_->GetOatDataBegin(oat_index);
1252 size_t oat_index = writer_->image_writer_->GetOatIndexForDexCache(dex_cache_);
1256 writer_->image_writer_->GetOatDataBegin(oat_index) +
2242 size_t oat_index = image_writer_->GetOatIndexForDexFile(dex_files_->front());
2243 size_t elf_file_offset = image_writer_->GetOatFileOffset(oat_index);

Completed in 59 milliseconds