HomeSort by relevance Sort by last modified time
    Searched refs:oat_index (Results 1 - 3 of 3) sorted by null

  /art/compiler/
image_writer.h 84 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) {
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
547 size_t oat_index; member in struct:art::FINAL::NativeObjectRelocation
    [all...]
image_writer.cc 357 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) {
595 oat_index_map_.emplace(object, oat_index);
633 size_t oat_index = GetOatIndex(object); local
650 size_t oat_index = GetOatIndex(object); local
1431 const size_t oat_index = it->second; local
1671 size_t oat_index = GetOatIndex(method->GetDexCache()); local
1894 size_t oat_index = GetOatIndex(obj); local
2009 size_t oat_index = GetOatIndexForDexCache(dex_cache); local
    [all...]
oat_writer.cc     [all...]

Completed in 148 milliseconds