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

/art/runtime/
H A Dart_method.cc105 ArtMethod* ArtMethod::FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa, function in class:art::ArtMethod
H A Dcheck_jni.cc1882 static jmethodID FromReflectedMethod(JNIEnv* env, jobject method) { function in class:art::__anon84::CheckJNI
1889 result.m = baseEnv(env)->FromReflectedMethod(env, method);
3773 CheckJNI::FromReflectedMethod,
H A Djni_internal.cc476 static jmethodID FromReflectedMethod(JNIEnv* env, jobject jlr_method) { function in class:art::JNI
479 return jni::EncodeArtMethod(ArtMethod::FromReflectedMethod(soa, jlr_method));
2696 JNI::FromReflectedMethod,

Completed in 421 milliseconds