Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetMethodID

206   jmethodID GetMethodID() const {
940 ArtMethod* m = CheckMethodID(args.GetMethodID());
1056 ArtMethod* m = jni::DecodeArtMethod(args.GetMethodID());
2218 static jmethodID GetMethodID(JNIEnv* env, jclass c, const char* name, const char* sig) {
2829 result.m = baseEnv(env)->GetMethodID(env, c, name, sig);
3799 CheckJNI::GetMethodID,