Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc1514 bool is_ref = return_shorty == '[' || return_shorty == 'L'; in PopInstrumentationStackFrame() local
1525 if (is_ref) { in PopInstrumentationStackFrame()
1554 if (is_ref) { in PopInstrumentationStackFrame()
/art/compiler/jni/
Djni_compiler_test.cc154 static constexpr const bool is_ref = member
167 typename std::enable_if<jni_type_traits<T>::is_ref>::type* in count_nonnull_refs_single_helper()
175 typename std::enable_if<!jni_type_traits<T>::is_ref>::type* in count_nonnull_refs_single_helper()