Searched defs:umd (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Python/ |
D | assemble.c | 475 compute_localsplus_info(_PyCompile_CodeUnitMetadata *umd, int nlocalsplus, in compute_localsplus_info() 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()
|
D | flowgraph.c | 2494 build_cellfixedoffsets(_PyCompile_CodeUnitMetadata *umd) in build_cellfixedoffsets() 2544 insert_prefix_instructions(_PyCompile_CodeUnitMetadata *umd, basicblock *entryblock, in insert_prefix_instructions() 2623 fix_cell_offsets(_PyCompile_CodeUnitMetadata *umd, basicblock *entryblock, int *fixedmap) in fix_cell_offsets() 2668 prepare_localsplus(_PyCompile_CodeUnitMetadata *umd, cfg_builder *g, int code_flags) in prepare_localsplus() 2738 _PyCompile_CodeUnitMetadata *umd, int code_flags, in _PyCfg_OptimizedCfgToInstructionSequence()
|
D | compile.c | 7873 _PyCompile_CodeUnitMetadata *umd = &c->u->u_metadata; in _PyCompile_CodeGen() local 7953 _PyCompile_Assemble(_PyCompile_CodeUnitMetadata *umd, PyObject *filename, in _PyCompile_Assemble()
|
/external/python/cpython3/Modules/ |
D | _testinternalcapi.c | 812 _PyCompile_CodeUnitMetadata umd; in _testinternalcapi_assemble_code_object_impl() local
|