Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystats.h130 uint64_t remove_globals_incorrect_keys; member
/external/python/cpython3/Python/
Doptimizer_analysis.c175 OPT_STAT_INC(remove_globals_incorrect_keys); in remove_globals()
196 OPT_STAT_INC(remove_globals_incorrect_keys); in remove_globals()
Dspecialize.c256 …t, "Optimizer remove globals incorrect keys: %" PRIu64 "\n", stats->remove_globals_incorrect_keys); in print_optimization_stats()