Lines Matching refs:reg_arg_count
5658 void Simulator::CallInternal(byte* entry, int reg_arg_count) {
5693 if (reg_arg_count < 5) {
5709 if (reg_arg_count < 5) {
5720 if (reg_arg_count < 5) {
5762 int reg_arg_count = (argument_count > 5) ? 5 : argument_count;
5763 int stack_arg_count = argument_count - reg_arg_count;
5764 for (int i = 0; i < reg_arg_count; i++) {
5809 if (reg_arg_count < 5) {
5825 if (reg_arg_count < 5) {
5836 if (reg_arg_count < 5) {