Searched defs:FromReflectedMethod (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dart_method.cc50 ArtMethod* ArtMethod::FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa, function in class:art::ArtMethod
H A Dcheck_jni.cc1743 static jmethodID FromReflectedMethod(JNIEnv* env, jobject method) { function in class:art::CheckJNI
1749 result.m = baseEnv(env)->FromReflectedMethod(env, method);
3580 CheckJNI::FromReflectedMethod,
H A Djni_internal.cc355 static jmethodID FromReflectedMethod(JNIEnv* env, jobject jlr_method) { function in class:art::JNI
358 return soa.EncodeMethod(ArtMethod::FromReflectedMethod(soa, jlr_method));
2503 JNI::FromReflectedMethod,

Completed in 172 milliseconds