Lines Matching refs:SetUpForTest

283   void SetUpForTest(bool direct,  in SetUpForTest()  function in art::JniCompilerTest
650 SetUpForTest(false, "foo", "()V", CURRENT_JNI_WRAPPER(Java_MyClassNatives_foo)); in CompileAndRunNoArgMethodImpl()
664 SetUpForTest(false, "bar", "(I)I", NORMAL_OR_FAST_JNI_ONLY_NULLPTR); in JNI_TEST()
680 SetUpForTest(true, "sbar", "(I)I", nullptr); in JNI_TEST()
701 SetUpForTest(false, "fooI", "(I)I", in CompileAndRunIntMethodImpl()
724 SetUpForTest(false, "fooII", "(II)I", in CompileAndRunIntIntMethodImpl()
748 SetUpForTest(false, "fooJJ", "(JJ)J", in CompileAndRunLongLongMethodImpl()
773 SetUpForTest(false, "fooDD", "(DD)D", in CompileAndRunDoubleDoubleMethodImpl()
797 SetUpForTest(false, "fooJJ_synchronized", "(JJ)J", in CompileAndRun_fooJJ_synchronizedImpl()
827 SetUpForTest(false, "fooIOO", in CompileAndRunIntObjectObjectMethodImpl()
871 SetUpForTest(true, "fooSII", "(II)I", in CompileAndRunStaticIntIntMethodImpl()
894 SetUpForTest(true, "fooSDD", "(DD)D", in CompileAndRunStaticDoubleDoubleMethodImpl()
933 SetUpForTest(true, "logD", "(D)D", jni_handler); in RunStaticLogDoubleMethodImpl()
954 SetUpForTest(true, "logF", "(F)F", jni_handler); in RunStaticLogFloatMethodImpl()
975 SetUpForTest(true, "returnTrue", "()Z", CURRENT_JNI_WRAPPER(Java_MyClassNatives_returnTrue)); in RunStaticReturnTrueImpl()
984 SetUpForTest(true, "returnFalse", "()Z", in JNI_TEST_CRITICAL()
994 SetUpForTest(true, "returnInt", "()I", CURRENT_JNI_WRAPPER(Java_MyClassNatives_returnInt)); in JNI_TEST_CRITICAL()
1009 SetUpForTest(true, "returnDouble", "()D", CURRENT_JNI_WRAPPER(Java_MyClassNatives_returnDouble)); in RunGenericStaticReturnDoubleImpl()
1025 SetUpForTest(true, "returnLong", "()J", CURRENT_JNI_WRAPPER(Java_MyClassNatives_returnLong)); in RunGenericStaticReturnLongImpl()
1047 SetUpForTest(true, "fooSIOO", in CompileAndRunStaticIntObjectObjectMethodImpl()
1095 SetUpForTest(true, "fooSSIOO", in CompileAndRunStaticSynchronizedIntObjectObjectMethodImpl()
1154 SetUpForTest(false, "foo", "()V", CURRENT_JNI_WRAPPER(Java_MyClassNatives_foo)); in ExceptionHandlingImpl()
1161 SetUpForTest(false, "throwException", "()V", in ExceptionHandlingImpl()
1172 SetUpForTest(false, "foo", "()V", reinterpret_cast<void*>(&Java_MyClassNatives_foo)); in ExceptionHandlingImpl()
1222 SetUpForTest(false, "fooI", "(I)I", in NativeStackTraceElementImpl()
1240 SetUpForTest(false, "fooO", "(Ljava/lang/Object;)Ljava/lang/Object;", in ReturnGlobalRefImpl()
1259 SetUpForTest(false, "fooI", "(I)I", CURRENT_JNI_WRAPPER(local_ref_test)); in LocalReferenceTableClearingTestImpl()
1279 SetUpForTest(true, "arraycopy", "(Ljava/lang/Object;ILjava/lang/Object;II)V", in JavaLangSystemArrayCopyImpl()
1296 SetUpForTest(false, "compareAndSwapInt", "(Ljava/lang/Object;JII)Z", in CompareAndSwapIntImpl()
1315 SetUpForTest(true, "getText", "(JLjava/lang/Object;JLjava/lang/Object;)I", in GetTextImpl()
1336 SetUpForTest(false, "getSinkPropertiesNative", "(Ljava/lang/String;)[Ljava/lang/Object;", in GetSinkPropertiesNativeImpl()
1363 SetUpForTest(false, "instanceMethodThatShouldReturnClass", "()Ljava/lang/Class;", in UpcallReturnTypeChecking_InstanceImpl()
1390 SetUpForTest(true, "staticMethodThatShouldReturnClass", "()Ljava/lang/Class;", in JNI_TEST()
1428 SetUpForTest(false, "instanceMethodThatShouldTakeClass", "(ILjava/lang/Class;)V", in UpcallArgumentTypeChecking_InstanceImpl()
1445 SetUpForTest(true, "staticMethodThatShouldTakeClass", "(ILjava/lang/Class;)V", in JNI_TEST()
1463 SetUpForTest(false, "checkFloats", "(FF)F", in CompileAndRunFloatFloatMethodImpl()
1486 SetUpForTest(false, "checkParameterAlign", "(IJ)V", in CheckParameterAlignImpl()
1893 SetUpForTest(false, "maxParamNumber", longSig, in MaxParamNumberImpl()
1921 SetUpForTest(false, "withoutImplementation", "()V", NORMAL_OR_FAST_JNI_ONLY_NULLPTR); in JNI_TEST()
1935 SetUpForTest(false, in JNI_TEST()
1952 SetUpForTest(true, "staticWithoutImplementation", "()V", nullptr); in JNI_TEST()
2001 SetUpForTest(true, "stackArgsIntsFirst", "(IIIIIIIIIIFFFFFFFFFF)V", in StackArgsIntsFirstImpl()
2071 SetUpForTest(true, "stackArgsFloatsFirst", "(FFFFFFFFFFIIIIIIIIII)V", in StackArgsFloatsFirstImpl()
2140 SetUpForTest(true, "stackArgsMixed", "(IFIFIFIFIFIFIFIFIFIF)V", in StackArgsMixedImpl()
2178 SetUpForTest(/* direct= */ true, in NormalNativeImpl()
2200 SetUpForTest(/* direct= */ true, in FastNativeImpl()
2223 SetUpForTest(/* direct= */ true, in CriticalNativeImpl()