Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc203 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