Searched refs:relocation (Results 1 – 2 of 2) sorted by relevance
23 …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.
1858 NativeObjectRelocation& relocation = pair.second; in CalculateNewObjectOffsets() local1859 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() local2044 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() local2292 return relocation.offset; in NativeOffsetInImage()[all …]