Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h463 void CopyAndFixupMethod(ArtMethod* orig, ArtMethod* copy, const ImageInfo& image_info)
Dimage_writer.cc2069 CopyAndFixupMethod(reinterpret_cast<ArtMethod*>(pair.first), in CopyAndFixupNativeData()
2602 void ImageWriter::CopyAndFixupMethod(ArtMethod* orig, in CopyAndFixupMethod() function in art::linker::ImageWriter