Searched refs:jni_handler (Results 1 – 1 of 1) sorted by relevance
1014 void* jni_handler; in RunStaticLogDoubleMethodImpl() local1017 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() local1037 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()