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 98 size_t oat_index = GetOatIndex(object); local
99 const ImageInfo& image_info = GetImageInfo(oat_index);
119 size_t GetOatFileOffset(size_t oat_index) const {
120 return GetImageInfo(oat_index).oat_offset_;
123 const uint8_t* GetOatFileBegin(size_t oat_index) const {
124 return GetImageInfo(oat_index).oat_file_begin_;
136 uintptr_t GetOatDataBegin(size_t oat_index) {
137 return reinterpret_cast<uintptr_t>(GetImageInfo(oat_index).oat_data_begin_);
142 // This "oat_index" is used to retrieve information about the the memory layout
153 void UpdateOatFileLayout(size_t oat_index,
368 size_t oat_index = GetOatIndex(object); local
586 size_t oat_index; member in struct:art::FINAL::NativeObjectRelocation
    [all...]
image_writer.cc 364 size_t oat_index = GetOatIndex(object); local
365 ImageInfo& image_info = GetImageInfo(oat_index);
385 size_t oat_index = GetOatIndex(object); local
386 const ImageInfo& image_info = GetImageInfo(oat_index);
451 size_t oat_index = GetOatIndexForDexCache(dex_cache); local
452 ImageInfo& image_info = GetImageInfo(oat_index);
482 size_t oat_index = GetOatIndexForDexCache(dex_cache); local
484 NativeObjectRelocation { oat_index, offset, kNativeObjectRelocationTypeDexCacheArray });
505 void ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index) {
610 oat_index_map_.emplace(object, oat_index);
648 size_t oat_index = GetOatIndex(object); local
665 size_t oat_index = GetOatIndex(object); local
1604 const size_t oat_index = it->second; local
1856 size_t oat_index = GetOatIndex(method->GetDexCache()); local
2083 size_t oat_index = GetOatIndex(obj); local
2201 size_t oat_index = GetOatIndexForDexCache(dex_cache); local
    [all...]
oat_writer.cc     [all...]

Completed in 84 milliseconds