Home
last modified time | relevance | path

Searched refs:COPY_FREE_VARS (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h97 [COPY_FREE_VARS] = COPY_FREE_VARS,
391 [COPY_FREE_VARS] = "COPY_FREE_VARS",
/third_party/python/Include/
H A Dopcode.h104 #define COPY_FREE_VARS 149 macro
/third_party/python/Lib/test/
H A Dtest_code.py147 COPY_FREE_VARS = opmap['COPY_FREE_VARS'] variable
195 return c.replace(co_freevars=c.co_freevars + ('__class__',), co_code=bytes([COPY_FREE_VARS, 1])+c.co_code)
/third_party/python/Objects/
H A Dframeobject.c610 case COPY_FREE_VARS: in _PyFrame_GetState()
1115 // COPY_FREE_VARS has no quickened forms, so no need to use _PyOpcode_Deopt in _PyFrame_FastToLocalsWithError()
1118 if (lasti < 0 && _Py_OPCODE(_PyCode_CODE(co)[0]) == COPY_FREE_VARS) { in _PyFrame_FastToLocalsWithError()
1128 // COPY_FREE_VARS doesn't have inline CACHEs, either: in _PyFrame_FastToLocalsWithError()
1150 // The cell was set by COPY_FREE_VARS. in _PyFrame_FastToLocalsWithError()
H A Dtypeobject.c9002 // MAKE_CELL and COPY_FREE_VARS have no quickened forms, so no need in super_init_without_args()
9005 _Py_OPCODE(_PyCode_CODE(co)[0]) == COPY_FREE_VARS); in super_init_without_args()
/third_party/python/Python/
H A Dcompile.c1139 case COPY_FREE_VARS: in stack_effect()
8251 .i_opcode = COPY_FREE_VARS, in insert_prefix_instructions()
H A Dceval.c3206 TARGET(COPY_FREE_VARS) {

Completed in 35 milliseconds