Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type.cc116 const int32_t params_length = p_types->GetLength(); in IsExactMatch() local
119 if (params_length != target_p_types->GetLength()) { in IsExactMatch()
122 for (int32_t i = 0; i < params_length; ++i) { in IsExactMatch()
132 const int32_t params_length = p_types->GetLength(); in IsConvertible() local
135 if (params_length != target_p_types->GetLength()) { in IsConvertible()
146 for (int32_t i = 0; i < params_length; ++i) { in IsConvertible()
160 const int32_t params_length = p_types->GetLength(); in PrettyDescriptor() local
161 for (int32_t i = 0; i < params_length; ++i) { in PrettyDescriptor()
163 if (i != (params_length - 1)) { in PrettyDescriptor()