Home
last modified time | relevance | path

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

/art/compiler/jni/
Djni_compiler_test.cc926 void* jni_handler; in RunStaticLogDoubleMethodImpl() local
929 jni_handler = NORMAL_JNI_ONLY_NOWRAP(Java_MyClassNatives_logD); in RunStaticLogDoubleMethodImpl()
931 jni_handler = CURRENT_JNI_WRAPPER(Java_MyClassNatives_logD_notNormal); in RunStaticLogDoubleMethodImpl()
933 SetUpForTest(true, "logD", "(D)D", jni_handler); in RunStaticLogDoubleMethodImpl()
946 void* jni_handler; in RunStaticLogFloatMethodImpl() local
949 jni_handler = NORMAL_JNI_ONLY_NOWRAP(Java_MyClassNatives_logF); in RunStaticLogFloatMethodImpl()
951 jni_handler = CURRENT_JNI_WRAPPER(Java_MyClassNatives_logF); in RunStaticLogFloatMethodImpl()
954 SetUpForTest(true, "logF", "(F)F", jni_handler); in RunStaticLogFloatMethodImpl()