Searched refs:Java_MyClassNatives_foo (Results 1 – 1 of 1) sorted by relevance
/art/compiler/jni/ |
D | jni_compiler_test.cc | 200 void Java_MyClassNatives_foo(JNIEnv* env, jobject thisObj) { in Java_MyClassNatives_foo() function 213 SetUpForTest(false, "foo", "()V", reinterpret_cast<void*>(&Java_MyClassNatives_foo)); in CompileAndRunNoArgMethodImpl() 736 SetUpForTest(false, "foo", "()V", reinterpret_cast<void*>(&Java_MyClassNatives_foo)); in ExceptionHandlingImpl() 754 SetUpForTest(false, "foo", "()V", reinterpret_cast<void*>(&Java_MyClassNatives_foo)); in ExceptionHandlingImpl()
|