Home
last modified time | relevance | path

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

/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c55 #define STACK_USE_GUIDELINE 30 macro
70 #define MAX_ALLOWED_STACK_USE (STACK_USE_GUIDELINE * 100)
3837 int big = n+pushed > STACK_USE_GUIDELINE; in starunpack_helper()
3981 int big = n*2 > STACK_USE_GUIDELINE; in compiler_subdict()
4045 if (elements*2 > STACK_USE_GUIDELINE) { in compiler_dict()
4246 if (argsl >= STACK_USE_GUIDELINE) { in maybe_optimize_method_call()
4313 if (value_count > STACK_USE_GUIDELINE) { in compiler_joined_str()
4390 int big = n*2 > STACK_USE_GUIDELINE; in compiler_subkwargs()
4442 if (nelts + nkwelts*2 > STACK_USE_GUIDELINE) { in compiler_call_helper()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c57 #define STACK_USE_GUIDELINE 30 macro
72 #define MAX_ALLOWED_STACK_USE (STACK_USE_GUIDELINE * 100)
3882 int big = n+pushed > STACK_USE_GUIDELINE; in starunpack_helper()
4026 int big = n*2 > STACK_USE_GUIDELINE; in compiler_subdict()
4090 if (elements*2 > STACK_USE_GUIDELINE) { in compiler_dict()
4314 if (argsl + kwdsl + (kwdsl != 0) >= STACK_USE_GUIDELINE) { in maybe_optimize_method_call()
4399 if (value_count > STACK_USE_GUIDELINE) { in compiler_joined_str()
4476 int big = n*2 > STACK_USE_GUIDELINE; in compiler_subkwargs()
4558 if (nelts + nkwelts*2 > STACK_USE_GUIDELINE) { in compiler_call_helper()