Home
last modified time | relevance | path

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

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