Home
last modified time | relevance | path

Searched refs:CALL_PY_EXACT_ARGS (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dopcode_ids.h160 #define CALL_PY_EXACT_ARGS 177 macro
/external/python/cpython3/Include/internal/
Dpycore_opcode_metadata.h132 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/
Dbytecodes.c3067 CALL_PY_EXACT_ARGS, in dummy_func()
3345 macro(CALL_PY_EXACT_ARGS) = in dummy_func()
Dspecialize.c1891 instr->op.code = bound_method ? CALL_BOUND_METHOD_EXACT_ARGS : CALL_PY_EXACT_ARGS; in specialize_py_call()
Dgenerated_cases.c.h1859 TARGET(CALL_PY_EXACT_ARGS) { in TARGET() argument
1862 INSTRUCTION_STATS(CALL_PY_EXACT_ARGS); in TARGET()