Searched refs:CheckMethodID (Results 1 – 1 of 1) sorted by relevance
203 ArtMethod* m = CheckMethodID(soa, mid); in CheckMethodAndSig()273 ArtMethod* m = CheckMethodID(soa, mid); in CheckStaticMethod()294 ArtMethod* m = CheckMethodID(soa, mid); in CheckVirtualMethod()727 return CheckMethodID(soa, arg.m) != nullptr; in CheckPossibleHeapValue()1001 ArtMethod* CheckMethodID(ScopedObjectAccess& soa, jmethodID mid) in CheckMethodID() function in art::ScopedCheck