Searched refs:jlr_method (Results 1 – 3 of 3) sorted by relevance
106 jobject jlr_method) { in FromReflectedMethod() argument107 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod()
86 jobject jlr_method)
476 static jmethodID FromReflectedMethod(JNIEnv* env, jobject jlr_method) { in FromReflectedMethod() argument477 CHECK_NON_NULL_ARGUMENT(jlr_method); in FromReflectedMethod()479 return jni::EncodeArtMethod(ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod()