Searched refs:ptypes_length (Results 1 – 2 of 2) sorted by relevance
99 int32_t ptypes_length = method_type->GetNumberOfPTypes(); in CollectTrailingArguments() local100 if (start_index > ptypes_length) { in CollectTrailingArguments()230 const int32_t ptypes_length = ptypes->GetLength(); in IsInPlaceConvertible() local231 if (ptypes_length != target_ptypes->GetLength()) { in IsInPlaceConvertible()235 for (int32_t i = 0; i < ptypes_length; ++i) { in IsInPlaceConvertible()
205 int32_t ptypes_length = ptypes->GetLength(); in CopyArguments() local207 for (int32_t i = 0; i < ptypes_length; ++i) { in CopyArguments()