Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h265 void CopyAndFixupMethod(ArtMethod* orig, ArtMethod* copy)
Dimage_writer.cc1073 CopyAndFixupMethod(reinterpret_cast<ArtMethod*>(pair.first), in CopyAndFixupNativeData()
1383 void ImageWriter::CopyAndFixupMethod(ArtMethod* orig, ArtMethod* copy) { in CopyAndFixupMethod() function in art::ImageWriter