Searched refs:set_parameter_count (Results 1 – 3 of 3) sorted by relevance
726 inline void set_parameter_count(int number_of_parameters);
624 void BytecodeArray::set_parameter_count(int number_of_parameters) { in set_parameter_count() function
1667 instance->set_parameter_count(parameter_count); in NewBytecodeArray()2748 copy->set_parameter_count(bytecode_array->parameter_count()); in CopyBytecodeArray()