Home
last modified time | relevance | path

Searched refs:CheckMethodID (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jni/
Dcheck_jni.cc404 ArtMethod* m = CheckMethodID(mid); in CheckMethodAndSig()
476 ArtMethod* m = CheckMethodID(mid); in CheckStaticMethod()
498 ArtMethod* m = CheckMethodID(mid); in CheckVirtualMethod()
973 return CheckMethodID(arg.m) != nullptr; in CheckPossibleHeapValue()
995 ArtMethod* m = CheckMethodID(args.GetMethodID()); in CheckVarArgs()
1332 ArtMethod* CheckMethodID(jmethodID mid) REQUIRES_SHARED(Locks::mutator_lock_) { in CheckMethodID() function in art::__anon846bc2ca0111::ScopedCheck