Home
last modified time | relevance | path

Searched refs:CO_OPTIMIZED (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
H A Dcode.h106 #define CO_OPTIMIZED 0x0001 macro
/third_party/python/Objects/
H A Dframeobject.c1142 if (kind & CO_FAST_FREE && !(co->co_flags & CO_OPTIMIZED)) { in _PyFrame_FastToLocalsWithError()
1241 if (kind & CO_FAST_FREE && !(co->co_flags & CO_OPTIMIZED)) { in _PyFrame_LocalsToFast()
H A Dcall.c392 if (((PyCodeObject *)f->func_code)->co_flags & CO_OPTIMIZED) { in _PyFunction_Vectorcall()
/third_party/python/Python/
H A Dspecialize.c1180 if ((flags & CO_OPTIMIZED) == 0) { in function_kind()
H A Dceval.c4745 PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : PyFunction_GET_GLOBALS(function);
H A Dcompile.c7872 flags |= CO_NEWLOCALS | CO_OPTIMIZED; in compute_code_flags()

Completed in 31 milliseconds