Home | History | Annotate | Download | only in compiler

Lines Matching refs:src_method

1981       ArtMethod* src_method = src->GetArtMethod();
1982 auto it = native_object_relocations_.find(src_method);
1984 << "Missing relocation for AbstractMethod.artMethod " << PrettyMethod(src_method);