Home
last modified time | relevance | path

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

/art/runtime/oat/
Djni_stub_hash_map_test.cc85 void SetUpForTest() { in SetUpForTest() function in art::JniStubHashMapTest
178 SetUpForTest(); in TEST_F()
192 SetUpForTest(); in TEST_F()
202 SetUpForTest(); in TEST_F()
210 SetUpForTest(); in TEST_F()
219 SetUpForTest(); in TEST_F()
233 SetUpForTest(); in TEST_F()
240 SetUpForTest(); in TEST_F()
260 SetUpForTest(); in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc287 void SetUpForTest(bool direct, in SetUpForTest() function in art::JniCompilerTest
704 SetUpForTest(false, "foo", "()V", CURRENT_JNI_WRAPPER(Java_MyClassNatives_foo)); in CompileAndRunNoArgMethodImpl()
718 SetUpForTest(false, "bar", "(I)I", NORMAL_OR_FAST_JNI_ONLY_NULLPTR); in JNI_TEST()
734 SetUpForTest(true, "sbar", "(I)I", nullptr); in JNI_TEST()
755 SetUpForTest(false, "fooI", "(I)I", in CompileAndRunIntMethodImpl()
778 SetUpForTest(false, "fooII", "(II)I", in CompileAndRunIntIntMethodImpl()
802 SetUpForTest(false, "fooJJ", "(JJ)J", in CompileAndRunLongLongMethodImpl()
827 SetUpForTest(false, "fooDD", "(DD)D", in CompileAndRunDoubleDoubleMethodImpl()
857 SetUpForTest(false, "fooJJ_synchronized", "(JJ)J", in CompileAndRun_fooJJ_synchronizedImpl()
945 SetUpForTest(false, "fooIOO", in CompileAndRunIntObjectObjectMethodImpl()
[all …]
/art/runtime/jni/
Djni_internal_test.cc616 void SetUpForTest(bool direct, const char* method_name, const char* method_sig, in SetUpForTest() function in art::JniInternalTest
2498 SetUpForTest(false, "foo", "()V", reinterpret_cast<void*>(&Java_MyClassNatives_foo_exit)); in TEST_F()
2515 SetUpForTest(false, in TEST_F()