Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c56 #define STACK_USE_GUIDELINE 30 macro
71 #define MAX_ALLOWED_STACK_USE (STACK_USE_GUIDELINE * 100)
4413 int big = n+pushed > STACK_USE_GUIDELINE; in starunpack_helper()
4557 int big = n*2 > STACK_USE_GUIDELINE; in compiler_subdict()
4621 if (elements*2 > STACK_USE_GUIDELINE) { in compiler_dict()
4871 if (argsl + kwdsl + (kwdsl != 0) >= STACK_USE_GUIDELINE) { in maybe_optimize_method_call()
4959 if (value_count > STACK_USE_GUIDELINE) { in compiler_joined_str()
5033 int big = n*2 > STACK_USE_GUIDELINE; in compiler_subkwargs()
5114 if (nelts + nkwelts*2 > STACK_USE_GUIDELINE) { in compiler_call_helper()