Home
last modified time | relevance | path

Searched refs:_PyOpcode_num_pushed (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_opcode_metadata.h469 extern int _PyOpcode_num_pushed(int opcode, int oparg);
471 int _PyOpcode_num_pushed(int opcode, int oparg) { in _PyOpcode_num_pushed() function
/external/python/cpython3/Python/
Dcompile.c722 int pushed = _PyOpcode_num_pushed(opcode, oparg); in stack_effect()