Searched defs:make_jni_test_decorator (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/jni/ |
H A D | jni_compiler_test.cc | 678 struct make_jni_test_decorator<R(JNIEnv*, jclass kls, Args...), fn> { struct 679 static R apply(JNIEnv* env, jclass kls, Args ... args) { in apply() 693 struct make_jni_test_decorator<R(JNIEnv*, jobject, Args...), fn> { struct 694 static R apply(JNIEnv* env, jobject thisObj, Args ... args) { in apply()
|