Searched refs:target_p_types (Results 1 – 1 of 1) sorted by relevance
118 const ObjPtr<ObjectArray<Class>> target_p_types = target->GetPTypes(); in IsExactMatch() local119 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() local135 if (params_length != target_p_types->GetLength()) { in IsConvertible()148 target_p_types->GetWithoutChecks(i))) { in IsConvertible()