Home
last modified time | relevance | path

Searched defs:const_cache (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Dassemble.c424 int first_lineno, PyObject *const_cache) in assemble_emit()
543 makecode(_PyCompile_CodeUnitMetadata *umd, struct assembler *a, PyObject *const_cache, in makecode()
736 _PyAssemble_MakeCodeObject(_PyCompile_CodeUnitMetadata *umd, PyObject *const_cache, in _PyAssemble_MakeCodeObject()
Dflowgraph.c1261 add_const(PyObject *newconst, PyObject *consts, PyObject *const_cache) in add_const()
1296 fold_tuple_on_constants(PyObject *const_cache, in fold_tuple_on_constants()
1529 basicblock_optimize_load_const(PyObject *const_cache, basicblock *bb, PyObject *consts) in basicblock_optimize_load_const()
1651 optimize_load_const(PyObject *const_cache, cfg_builder *g, PyObject *consts) { in optimize_load_const()
1659 optimize_basic_block(PyObject *const_cache, basicblock *bb, PyObject *consts) in optimize_basic_block()
1842 optimize_cfg(cfg_builder *g, PyObject *consts, PyObject *const_cache, int firstlineno) in optimize_cfg()
2470 _PyCfg_OptimizeCodeUnit(cfg_builder *g, PyObject *consts, PyObject *const_cache, in _PyCfg_OptimizeCodeUnit()
Dcompile.c868 merge_consts_recursive(PyObject *const_cache, PyObject *o) in merge_consts_recursive()
976 compiler_add_const(PyObject *const_cache, struct compiler_unit *u, PyObject *o) in compiler_add_const()
990 compiler_addop_load_const(PyObject *const_cache, struct compiler_unit *u, location loc, PyObject *o) in compiler_addop_load_const()
7597 _PyCompile_ConstCacheMergeOne(PyObject *const_cache, PyObject **obj) in _PyCompile_ConstCacheMergeOne()
7642 optimize_and_assemble_code_unit(struct compiler_unit *u, PyObject *const_cache, in optimize_and_assemble_code_unit()
7692 PyObject *const_cache = c->c_const_cache; in optimize_and_assemble() local
7928 PyObject *const_cache = PyDict_New(); in _PyCompile_OptimizeCfg() local
7965 PyObject *const_cache = PyDict_New(); in _PyCompile_Assemble() local