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.cc138 struct count_refs_helper { struct
144 struct count_refs_helper<Arg, Args ...> { struct
147 (jni_type_traits<Arg>::is_ref ? 1 : 0) + count_refs_helper<Args ...>::value;
154 struct count_refs_fn_helper<R(Args...), fn> : public count_refs_helper<Args...> {};
591 (count_refs_helper<jclass, Args...>::value)); in apply()
606 (count_refs_helper<jobject, Args...>::value)); in apply()