Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h415 void RecordNativeRelocations(ObjPtr<mirror::Object> obj, size_t oat_index)
Dimage_writer.cc1563 void ImageWriter::RecordNativeRelocations(ObjPtr<mirror::Object> obj, size_t oat_index) { in RecordNativeRelocations() function in art::linker::ImageWriter
2378 image_writer_->RecordNativeRelocations(obj, oat_index); in TryAssignBinSlot()