Home
last modified time | relevance | path

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

/aosp12/art/compiler/jni/
H A Djni_compiler_test.cc1014 void* jni_handler; in RunStaticLogDoubleMethodImpl() local
1017 jni_handler = NORMAL_JNI_ONLY_NOWRAP(Java_MyClassNatives_logD); in RunStaticLogDoubleMethodImpl()
1019 jni_handler = CURRENT_JNI_WRAPPER(Java_MyClassNatives_logD_notNormal); in RunStaticLogDoubleMethodImpl()
1021 SetUpForTest(true, "logD", "(D)D", jni_handler); in RunStaticLogDoubleMethodImpl()
1034 void* jni_handler; in RunStaticLogFloatMethodImpl() local
1037 jni_handler = NORMAL_JNI_ONLY_NOWRAP(Java_MyClassNatives_logF); in RunStaticLogFloatMethodImpl()
1039 jni_handler = CURRENT_JNI_WRAPPER(Java_MyClassNatives_logF); in RunStaticLogFloatMethodImpl()
1042 SetUpForTest(true, "logF", "(F)F", jni_handler); in RunStaticLogFloatMethodImpl()