Home
last modified time | relevance | path

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

/art/test/2035-structural-native-method/
Dstructural-native.cc34 jlong JNICALL TransformNativeMethod(JNIEnv* env ATTRIBUTE_UNUSED, jclass klass ATTRIBUTE_UNUSED) { in TransformNativeMethod() function
40 JNINativeMethod meth{"getValue", "()J", reinterpret_cast<void*>(TransformNativeMethod)}; in Java_art_Test2035_LinkClassMethods()