Searched defs:FixupMethod (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Dimage_writer.cc682 FixupMethod(orig->AsArtMethod<kVerifyNone>(), down_cast<ArtMethod*>(copy));
717 // Calculate the quick entry point following the same logic as FixupMethod() below.
736 void ImageWriter::FixupMethod(ArtMethod* orig, ArtMethod* copy) { function in class:art::ImageWriter
/art/patchoat/
H A Dpatchoat.cc406 FixupMethod(static_cast<mirror::ArtMethod*>(object),
411 void PatchOat::FixupMethod(mirror::ArtMethod* object, mirror::ArtMethod* copy) { function in class:art::PatchOat

Completed in 75 milliseconds