Home
last modified time | relevance | path

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

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