Lines Matching refs:FindMethod
316 static ArtMethod* FindMethod(mirror::Class* c, const StringPiece& name, const StringPiece& sig)2167 m = FindMethod<true>(current_class, name, sig);2173 m = FindMethod<false>(current_class, name, sig);