Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dmethod_type.cc118 const ObjPtr<ObjectArray<Class>> target_p_types = target->GetPTypes(); in IsExactMatch() local
119 if (params_length != target_p_types->GetLength()) { in IsExactMatch()
123 if (p_types->GetWithoutChecks(i) != target_p_types->GetWithoutChecks(i)) { in IsExactMatch()
134 const ObjPtr<ObjectArray<Class>> target_p_types = target->GetPTypes(); in IsConvertible() local
135 if (params_length != target_p_types->GetLength()) { in IsConvertible()
148 target_p_types->GetWithoutChecks(i))) { in IsConvertible()