Searched refs:set_parameter_count (Results 1 – 4 of 4) sorted by relevance
745 inline void set_parameter_count(int32_t number_of_parameters);
653 void BytecodeArray::set_parameter_count(int32_t number_of_parameters) { in set_parameter_count() function
192 instance->set_parameter_count(parameter_count); in NewBytecodeArray()
1979 copy->set_parameter_count(bytecode_array->parameter_count()); in CopyBytecodeArray()