Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.h559 NativeObjectRelocation GetNativeRelocation(void* obj) const REQUIRES_SHARED(Locks::mutator_lock_);
H A Dimage_writer.cc2877 NativeObjectRelocation relocation = GetNativeRelocation(method); in GetImageMethodAddress()
3302 ImageWriter::NativeObjectRelocation ImageWriter::GetNativeRelocation(void* obj) const { in GetNativeRelocation() function in art::linker::ImageWriter
3328 NativeObjectRelocation relocation = GetNativeRelocation(obj); in NativeLocationInImage()