Home
last modified time | relevance | path

Searched refs:count_refs_helper (Results 1 – 1 of 1) sorted by relevance

/art/compiler/jni/
Djni_compiler_test.cc158 struct count_refs_helper { struct
164 struct count_refs_helper<Arg, Args ...> { struct
167 (jni_type_traits<Arg>::is_ref ? 1 : 0) + count_refs_helper<Args ...>::value;
597 (count_refs_helper<jclass, Args...>::value)); in apply()
612 (count_refs_helper<jobject, Args...>::value)); in apply()