Home
last modified time | relevance | path

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

/art/compiler/jni/
Djni_compiler_test.cc283 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()
[all …]
/art/runtime/jni/
Djni_internal_test.cc615 void SetUpForTest(bool direct, const char* method_name, const char* method_sig, in SetUpForTest() function in art::JniInternalTest
2381 SetUpForTest(false, "foo", "()V", reinterpret_cast<void*>(&Java_MyClassNatives_foo_exit)); in TEST_F()
2398 SetUpForTest(false, in TEST_F()