Home
last modified time | relevance | path

Searched defs:co_code (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Objects/clinic/
Dcodeobject.c.h200 PyBytesObject *co_code = NULL; in code_replace() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dcode_generator.h59 std::vector<std::unique_ptr<Instr>> co_code; member
Dcode_generator.cc172 std::vector<_Py_CODEUNIT> co_code; in ConvertToCodeBytes() local
336 py::bytes co_code = std::move(code_info.first); in Transform() local
/third_party/python/Objects/
Dframeobject.c279 PyObject *co_code = _PyCode_GetCode(code_obj); in mark_stacks() local
Dcodeobject.c1907 int co_firstlineno, PyBytesObject *co_code, in code_replace_impl()
/third_party/ffmpeg/libavcodec/
Ddxv.c128 int co_code = co_indices[x + y * 4]; in cocg_block() local
/third_party/python/Python/
Dmarshal.c553 PyObject *co_code = _PyCode_GetCode(co); in w_complex_object() local
/third_party/python/Modules/
D_testcapimodule.c6230 PyObject *co_code = PyCode_GetCode(co); in test_code_api() local