Home
last modified time | relevance | path

Searched refs:relocation (Results 1 – 2 of 2) sorted by relevance

/art/test/134-nodex2oat-nofallback/
Dexpected.txt23 …filename for reading: No such file or directory) (no dalvik_cache availible) and relocation failed.
54 …filename for reading: No such file or directory) (no dalvik_cache availible) and relocation failed.
/art/compiler/
Dimage_writer.cc1858 NativeObjectRelocation& relocation = pair.second; in CalculateNewObjectOffsets() local
1859 Bin bin_type = BinTypeForNativeRelocationType(relocation.type); in CalculateNewObjectOffsets()
1860 ImageInfo& image_info = GetImageInfo(relocation.oat_index); in CalculateNewObjectOffsets()
1861 relocation.offset += image_info.bin_slot_offsets_[bin_type]; in CalculateNewObjectOffsets()
2042 NativeObjectRelocation& relocation = pair.second; in CopyAndFixupNativeData() local
2044 if (relocation.oat_index != oat_index) { in CopyAndFixupNativeData()
2047 auto* dest = image_info.image_->Begin() + relocation.offset; in CopyAndFixupNativeData()
2050 switch (relocation.type) { in CopyAndFixupNativeData()
2291 const NativeObjectRelocation& relocation = it->second; in NativeOffsetInImage() local
2292 return relocation.offset; in NativeOffsetInImage()
[all …]