Searched refs:CheckMethodID (Results 1 – 1 of 1) sorted by relevance
389 ArtMethod* m = CheckMethodID(mid); in CheckMethodAndSig()461 ArtMethod* m = CheckMethodID(mid); in CheckStaticMethod()483 ArtMethod* m = CheckMethodID(mid); in CheckVirtualMethod()923 return CheckMethodID(arg.m) != nullptr; in CheckPossibleHeapValue()945 ArtMethod* m = CheckMethodID(args.GetMethodID()); in CheckVarArgs()1282 ArtMethod* CheckMethodID(jmethodID mid) REQUIRES_SHARED(Locks::mutator_lock_) { in CheckMethodID() function in art::__anon846bc2ca0111::ScopedCheck