Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc1981 ArtMethod* src_method = src->GetArtMethod(); in FixupObject() local
1982 auto it = native_object_relocations_.find(src_method); in FixupObject()
1984 << "Missing relocation for AbstractMethod.artMethod " << PrettyMethod(src_method); in FixupObject()