Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h124 return reinterpret_cast<T*>(image_info.image_begin_ + GetImageOffset(object)); in GetImageAddress()
410 size_t GetImageOffset(mirror::Object* object) const REQUIRES_SHARED(Locks::mutator_lock_);
432 size_t offset = GetImageOffset(object); in GetLocalAddress()
Dimage_writer.cc338 base_offset = SetDexCacheStringNativeRefTag(GetImageOffset(obj_ptr)); in PrepareImageAddressSpace()
343 base_offset = SetDexCachePreResolvedStringNativeRefTag(GetImageOffset(obj_ptr)); in PrepareImageAddressSpace()
346 base_offset = GetImageOffset(reinterpret_cast<mirror::Object*>(ref_info.first)); in PrepareImageAddressSpace()
947 size_t ImageWriter::GetImageOffset(mirror::Object* object) const { in GetImageOffset() function in art::linker::ImageWriter
2978 size_t offset = GetImageOffset(obj); in CopyAndFixupObject()