Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h421 void CopyAndFixupMethod(ArtMethod* orig, ArtMethod* copy, const ImageInfo& image_info)
Dimage_writer.cc2061 CopyAndFixupMethod(reinterpret_cast<ArtMethod*>(pair.first), in CopyAndFixupNativeData()
2575 void ImageWriter::CopyAndFixupMethod(ArtMethod* orig, in CopyAndFixupMethod() function in art::ImageWriter