Home
last modified time | relevance | path

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

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