Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Method.cc38 mirror::ArtMethod* proxy_method = mirror::ArtMethod::FromReflectedMethod(soa, javaMethod); in Method_getExceptionTypesNative()
Djava_lang_reflect_Constructor.cc39 mirror::ArtMethod* m = mirror::ArtMethod::FromReflectedMethod(soa, javaMethod); in Constructor_newInstance()
/art/runtime/mirror/
Dart_method.cc52 ArtMethod* ArtMethod::FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa, in FromReflectedMethod() function in art::mirror::ArtMethod
Dart_method.h53 static ArtMethod* FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa,
/art/runtime/
Djni_internal_test.cc423 jmethodID mid2 = env_->FromReflectedMethod(method); in TEST_F()
438 mid2 = env_->FromReflectedMethod(method); in TEST_F()
450 mid2 = env_->FromReflectedMethod(method); in TEST_F()
Dcheck_jni.cc1147 static jmethodID FromReflectedMethod(JNIEnv* env, jobject method) { in FromReflectedMethod() function in art::CheckJNI
1150 return CHECK_JNI_EXIT("m", baseEnv(env)->FromReflectedMethod(env, method)); in FromReflectedMethod()
1793 CheckJNI::FromReflectedMethod,
Dreflection.cc530 mirror::ArtMethod* m = mirror::ArtMethod::FromReflectedMethod(soa, javaMethod); in InvokeMethod()
Djni_internal.cc606 static jmethodID FromReflectedMethod(JNIEnv* env, jobject jlr_method) { in FromReflectedMethod() function in art::JNI
609 return soa.EncodeMethod(mirror::ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod()
2727 JNI::FromReflectedMethod,