Searched refs:_PyOpcode_num_pushed (Results 1 – 2 of 2) sorted by relevance
469 extern int _PyOpcode_num_pushed(int opcode, int oparg);471 int _PyOpcode_num_pushed(int opcode, int oparg) { in _PyOpcode_num_pushed() function
722 int pushed = _PyOpcode_num_pushed(opcode, oparg); in stack_effect()