Searched refs:CALL_PY_EXACT_ARGS (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/ |
D | opcode_ids.h | 160 #define CALL_PY_EXACT_ARGS 177 macro
|
/external/python/cpython3/Include/internal/ |
D | pycore_opcode_metadata.h | 132 case CALL_PY_EXACT_ARGS: in _PyOpcode_num_popped() 565 case CALL_PY_EXACT_ARGS: in _PyOpcode_num_pushed() 1013 [CALL_PY_EXACT_ARGS] = { true, INSTR_FMT_IBC00, HAS_ARG_FLAG | HAS_DEOPT_FLAG | HAS_EXIT_FLAG }, 1238 …[CALL_PY_EXACT_ARGS] = { .nuops = 6, .uops = { { _CHECK_PEP_523, 0, 0 }, { _CHECK_FUNCTION_EXACT_A… 1415 [CALL_PY_EXACT_ARGS] = "CALL_PY_EXACT_ARGS", 1670 [CALL_PY_EXACT_ARGS] = CALL,
|
/external/python/cpython3/Python/ |
D | bytecodes.c | 3067 CALL_PY_EXACT_ARGS, in dummy_func() 3345 macro(CALL_PY_EXACT_ARGS) = in dummy_func()
|
D | specialize.c | 1891 instr->op.code = bound_method ? CALL_BOUND_METHOD_EXACT_ARGS : CALL_PY_EXACT_ARGS; in specialize_py_call()
|
D | generated_cases.c.h | 1859 TARGET(CALL_PY_EXACT_ARGS) { in TARGET() argument 1862 INSTRUCTION_STATS(CALL_PY_EXACT_ARGS); in TARGET()
|