HomeSort by relevance Sort by last modified time
    Searched refs:SetUpForTest (Results 1 - 2 of 2) sorted by null

  /art/compiler/jni/
jni_compiler_test.cc 275 void SetUpForTest(bool direct,
641 SetUpForTest(false, "foo", "()V", CURRENT_JNI_WRAPPER(Java_MyClassNatives_foo));
655 SetUpForTest(false, "bar", "(I)I", NORMAL_JNI_ONLY_NULLPTR);
671 SetUpForTest(true, "sbar", "(I)I", NORMAL_JNI_ONLY_NULLPTR);
693 SetUpForTest(false, "fooI", "(I)I",
716 SetUpForTest(false, "fooII", "(II)I",
740 SetUpForTest(false, "fooJJ", "(JJ)J",
765 SetUpForTest(false, "fooDD", "(DD)D",
789 SetUpForTest(false, "fooJJ_synchronized", "(JJ)J",
819 SetUpForTest(false, "fooIOO"
    [all...]
  /art/runtime/
jni_internal_test.cc 616 void SetUpForTest(bool direct, const char* method_name, const char* method_sig,
    [all...]

Completed in 114 milliseconds