Searched defs:NativeLocationInImage (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/dex2oat/linker/ | ||
H A D | image_writer.cc | 3324 T* ImageWriter::NativeLocationInImage(T* obj) { in NativeLocationInImage() function in art::linker::ImageWriter |
/aosp_15_r20/art/runtime/ | ||
H A D | runtime_image.cc | 692 template <typename T> T* NativeLocationInImage(T* ptr, bool must_have_relocation) const { in NativeLocationInImage() function in art::RuntimeImageHelper |