Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h556 NativeObjectRelocation GetNativeRelocation(void* obj) REQUIRES_SHARED(Locks::mutator_lock_);
Dimage_writer.cc2729 NativeObjectRelocation relocation = GetNativeRelocation(method); in GetImageMethodAddress()
3138 ImageWriter::NativeObjectRelocation ImageWriter::GetNativeRelocation(void* obj) { in GetNativeRelocation() function in art::linker::ImageWriter
3164 NativeObjectRelocation relocation = GetNativeRelocation(obj); in NativeLocationInImage()