Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetMethodID

179   jmethodID GetMethodID() const {
862 ArtMethod* m = CheckMethodID(soa, args.GetMethodID());
975 ArtMethod* m = soa.DecodeMethod(args.GetMethodID());
2058 static jmethodID GetMethodID(JNIEnv* env, jclass c, const char* name, const char* sig) {
2648 result.m = baseEnv(env)->GetMethodID(env, c, name, sig);
3606 CheckJNI::GetMethodID,