Searched refs:TransformNativeMethod (Results 1 – 1 of 1) sorted by relevance
34 jlong JNICALL TransformNativeMethod(JNIEnv* env ATTRIBUTE_UNUSED, jclass klass ATTRIBUTE_UNUSED) { in TransformNativeMethod() function40 JNINativeMethod meth{"getValue", "()J", reinterpret_cast<void*>(TransformNativeMethod)}; in Java_art_Test2035_LinkClassMethods()