Lines Matching refs:SetUpForTest

90   void SetUpForTest(bool direct, const char* method_name, const char* method_sig,  in SetUpForTest()  function in art::JniCompilerTest
213 SetUpForTest(false, "foo", "()V", reinterpret_cast<void*>(&Java_MyClassNatives_foo)); in CompileAndRunNoArgMethodImpl()
227 SetUpForTest(false, "bar", "(I)I", nullptr); in JNI_TEST()
242 SetUpForTest(true, "sbar", "(I)I", nullptr); in JNI_TEST()
270 SetUpForTest(false, "fooI", "(I)I", in CompileAndRunIntMethodImpl()
300 SetUpForTest(false, "fooII", "(II)I", in CompileAndRunIntIntMethodImpl()
331 SetUpForTest(false, "fooJJ", "(JJ)J", in CompileAndRunLongLongMethodImpl()
363 SetUpForTest(false, "fooDD", "(DD)D", in CompileAndRunDoubleDoubleMethodImpl()
394 SetUpForTest(false, "fooJJ_synchronized", "(JJ)J", in CompileAndRun_fooJJ_synchronizedImpl()
433 SetUpForTest(false, "fooIOO", in CompileAndRunIntObjectObjectMethodImpl()
481 SetUpForTest(true, "fooSII", "(II)I", in CompileAndRunStaticIntIntMethodImpl()
508 SetUpForTest(true, "fooSDD", "(DD)D", in CompileAndRunStaticDoubleDoubleMethodImpl()
535 SetUpForTest(true, "logD", "(D)D", reinterpret_cast<void*>(&Java_MyClassNatives_logD)); in RunStaticLogDoubleMethodImpl()
548 SetUpForTest(true, "logF", "(F)F", reinterpret_cast<void*>(&Java_MyClassNatives_logF)); in RunStaticLogFloatMethodImpl()
569 SetUpForTest(true, "returnTrue", "()Z", reinterpret_cast<void*>(&Java_MyClassNatives_returnTrue)); in RunStaticReturnTrueImpl()
578 SetUpForTest(true, "returnFalse", "()Z", in JNI_TEST()
588 SetUpForTest(true, "returnInt", "()I", reinterpret_cast<void*>(&Java_MyClassNatives_returnInt)); in JNI_TEST()
621 SetUpForTest(true, "fooSIOO", in CompileAndRunStaticIntObjectObjectMethodImpl()
678 SetUpForTest(true, "fooSSIOO", in CompileAndRunStaticSynchronizedIntObjectObjectMethodImpl()
736 SetUpForTest(false, "foo", "()V", reinterpret_cast<void*>(&Java_MyClassNatives_foo)); in ExceptionHandlingImpl()
743 SetUpForTest(false, "throwException", "()V", in ExceptionHandlingImpl()
754 SetUpForTest(false, "foo", "()V", reinterpret_cast<void*>(&Java_MyClassNatives_foo)); in ExceptionHandlingImpl()
802 SetUpForTest(false, "fooI", "(I)I", in NativeStackTraceElementImpl()
815 SetUpForTest(false, "fooO", "(Ljava/lang/Object;)Ljava/lang/Object;", in ReturnGlobalRefImpl()
834 SetUpForTest(false, "fooI", "(I)I", reinterpret_cast<void*>(&local_ref_test)); in LocalReferenceTableClearingTestImpl()
854 SetUpForTest(true, "arraycopy", "(Ljava/lang/Object;ILjava/lang/Object;II)V", in JavaLangSystemArrayCopyImpl()
871 SetUpForTest(false, "compareAndSwapInt", "(Ljava/lang/Object;JII)Z", in CompareAndSwapIntImpl()
890 SetUpForTest(true, "getText", "(JLjava/lang/Object;JLjava/lang/Object;)I", in GetTextImpl()
917 SetUpForTest(false, "getSinkPropertiesNative", "(Ljava/lang/String;)[Ljava/lang/Object;", in GetSinkPropertiesNativeImpl()
942 SetUpForTest(false, "instanceMethodThatShouldReturnClass", "()Ljava/lang/Class;", in UpcallReturnTypeChecking_InstanceImpl()
960 SetUpForTest(true, "staticMethodThatShouldReturnClass", "()Ljava/lang/Class;", in JNI_TEST()
989 SetUpForTest(false, "instanceMethodThatShouldTakeClass", "(ILjava/lang/Class;)V", in UpcallArgumentTypeChecking_InstanceImpl()
1004 SetUpForTest(true, "staticMethodThatShouldTakeClass", "(ILjava/lang/Class;)V", in JNI_TEST()
1026 SetUpForTest(false, "checkFloats", "(FF)F", in CompileAndRunFloatFloatMethodImpl()
1055 SetUpForTest(false, "checkParameterAlign", "(IJ)V", in CheckParameterAlignImpl()
1469 SetUpForTest(false, "maxParamNumber", longSig, in MaxParamNumberImpl()
1497 SetUpForTest(false, "withoutImplementation", "()V", nullptr); in JNI_TEST()
1511 SetUpForTest(false, "withoutImplementationRefReturn", "()Ljava/lang/Object;", nullptr); in JNI_TEST()
1560 SetUpForTest(true, "stackArgsIntsFirst", "(IIIIIIIIIIFFFFFFFFFF)V", in StackArgsIntsFirstImpl()
1630 SetUpForTest(true, "stackArgsFloatsFirst", "(FFFFFFFFFFIIIIIIIIII)V", in StackArgsFloatsFirstImpl()
1699 SetUpForTest(true, "stackArgsMixed", "(IFIFIFIFIFIFIFIFIFIF)V", in StackArgsMixedImpl()
1759 SetUpForTest(true, "stackArgsSignExtendedMips64", "(IIIIIIII)V", in StackArgsSignExtendedMips64Impl()