Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc1551 bool is_ref = return_shorty == '[' || return_shorty == 'L'; in PopInstrumentationStackFrame() local
1562 if (is_ref) { in PopInstrumentationStackFrame()
1591 if (is_ref) { in PopInstrumentationStackFrame()
/art/compiler/jni/
Djni_compiler_test.cc152 static constexpr const bool is_ref = member
167 (jni_type_traits<Arg>::is_ref ? 1 : 0) + count_refs_helper<Args ...>::value;
178 typename std::enable_if<jni_type_traits<T>::is_ref>::type* in count_nonnull_refs_single_helper()
186 typename std::enable_if<!jni_type_traits<T>::is_ref>::type* in count_nonnull_refs_single_helper()