Searched refs:CheckMethodID (Results 1 – 1 of 1) sorted by relevance
316 ArtMethod* m = CheckMethodID(soa, mid); in CheckMethodAndSig()386 ArtMethod* m = CheckMethodID(soa, mid); in CheckStaticMethod()407 ArtMethod* m = CheckMethodID(soa, mid); in CheckVirtualMethod()840 return CheckMethodID(soa, arg.m) != nullptr; in CheckPossibleHeapValue()862 ArtMethod* m = CheckMethodID(soa, args.GetMethodID()); in CheckVarArgs()1156 ArtMethod* CheckMethodID(ScopedObjectAccess& soa, jmethodID mid) in CheckMethodID() function in art::ScopedCheck