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