Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type.cc82 const int32_t params_length = p_types->GetLength(); in IsExactMatch() local
85 if (params_length != target_p_types->GetLength()) { in IsExactMatch()
88 for (int32_t i = 0; i < params_length; ++i) { in IsExactMatch()
98 const int32_t params_length = p_types->GetLength(); in IsConvertible() local
101 if (params_length != target_p_types->GetLength()) { in IsConvertible()
112 for (int32_t i = 0; i < params_length; ++i) { in IsConvertible()
126 const int32_t params_length = p_types->GetLength(); in PrettyDescriptor() local
127 for (int32_t i = 0; i < params_length; ++i) { in PrettyDescriptor()
129 if (i != (params_length - 1)) { in PrettyDescriptor()