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