Searched refs:FromReflectedMethod (Results 1 – 8 of 8) sorted by relevance
/art/runtime/native/ |
D | java_lang_reflect_Method.cc | 38 mirror::ArtMethod* proxy_method = mirror::ArtMethod::FromReflectedMethod(soa, javaMethod); in Method_getExceptionTypesNative()
|
D | java_lang_reflect_Constructor.cc | 39 mirror::ArtMethod* m = mirror::ArtMethod::FromReflectedMethod(soa, javaMethod); in Constructor_newInstance()
|
/art/runtime/mirror/ |
D | art_method.cc | 52 ArtMethod* ArtMethod::FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa, in FromReflectedMethod() function in art::mirror::ArtMethod
|
D | art_method.h | 53 static ArtMethod* FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa,
|
/art/runtime/ |
D | jni_internal_test.cc | 423 jmethodID mid2 = env_->FromReflectedMethod(method); in TEST_F() 438 mid2 = env_->FromReflectedMethod(method); in TEST_F() 450 mid2 = env_->FromReflectedMethod(method); in TEST_F()
|
D | check_jni.cc | 1147 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,
|
D | reflection.cc | 530 mirror::ArtMethod* m = mirror::ArtMethod::FromReflectedMethod(soa, javaMethod); in InvokeMethod()
|
D | jni_internal.cc | 606 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,
|