Searched refs:formal_parameter_count_ (Results 1 – 2 of 2) sorted by relevance
2867 if (length) *length = formal_parameter_count_; in ComputeArgumentsPosition()2874 if (length) *length = std::max(0, *length - formal_parameter_count_); in ComputeArgumentsPosition()2912 number_of_holes = Min(formal_parameter_count_, length); in CreateArgumentsElementsTranslatedValues()3235 formal_parameter_count_ = formal_parameter_count; in Init()
377 int formal_parameter_count_; variable