Searched defs:make_jni_test_decorator (Results 1 – 1 of 1) sorted by relevance
| /art/compiler/jni/ |
| D | jni_compiler_test.cc | 648 struct make_jni_test_decorator<R(JNIEnv*, jclass kls, Args...), fn> { struct 649 static R apply(JNIEnv* env, jclass kls, Args ... args) { in apply() 663 struct make_jni_test_decorator<R(JNIEnv*, jobject, Args...), fn> { struct 664 static R apply(JNIEnv* env, jobject thisObj, Args ... args) { in apply()
|