Searched refs:CO_OPTIMIZED (Results 1 – 12 of 12) sorted by relevance
13 CO_OPTIMIZED = 0x0001 variable
9 import CO_OPTIMIZED, CO_NEWLOCALS, CO_VARARGS, CO_VARKEYWORDS266 self.flags = CO_OPTIMIZED | CO_NEWLOCALS
33 #define CO_OPTIMIZED 0x0001 macro
67 #define CO_OPTIMIZED 0x0001 macro
755 if ((code->co_flags & (CO_NEWLOCALS | CO_OPTIMIZED)) == in PyFrame_New()756 (CO_NEWLOCALS | CO_OPTIMIZED)) in PyFrame_New()946 if (co->co_flags & CO_OPTIMIZED) { in PyFrame_FastToLocals()986 if (co->co_flags & CO_OPTIMIZED) { in PyFrame_LocalsToFast()
897 if ((code->co_flags & (CO_NEWLOCALS | CO_OPTIMIZED)) == in _PyFrame_New_NoTrack()898 (CO_NEWLOCALS | CO_OPTIMIZED)) in _PyFrame_New_NoTrack()1114 if (co->co_flags & CO_OPTIMIZED) { in PyFrame_FastToLocalsWithError()1167 if (co->co_flags & CO_OPTIMIZED) { in PyFrame_LocalsToFast()
363 (co->co_flags & ~PyCF_MASK) == (CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE)) in _PyFunction_Vectorcall()
45 CO_OPTIMIZED, CO_NEWLOCALS, CO_VARARGS, CO_VARKEYWORDS = 0x1, 0x2, 0x4, 0x8 variable
1346 .. data:: CO_OPTIMIZED
3775 flags |= CO_OPTIMIZED; in compute_code_flags()
4432 co->co_flags == (CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE)) { in fast_function()
5839 flags |= CO_NEWLOCALS | CO_OPTIMIZED; in compute_code_flags()