Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_opcode.h159 [MAKE_CELL] = MAKE_CELL,
377 [MAKE_CELL] = "MAKE_CELL",
/third_party/python/Include/
H A Dopcode.h92 #define MAKE_CELL 135 macro
/third_party/python/Objects/
H A Dframeobject.c611 case MAKE_CELL: in _PyFrame_GetState()
1155 // Note that no *_DEREF ops can happen before MAKE_CELL in _PyFrame_FastToLocalsWithError()
1157 // that MAKE_CELL would otherwise do later, if it hasn't in _PyFrame_FastToLocalsWithError()
1161 _PyFrame_OpAlreadyRan(frame, MAKE_CELL, i)) { in _PyFrame_FastToLocalsWithError()
1162 // (likely) MAKE_CELL must have executed already. in _PyFrame_FastToLocalsWithError()
1264 _PyFrame_OpAlreadyRan(frame, MAKE_CELL, i)) { in _PyFrame_LocalsToFast()
1265 // (likely) MAKE_CELL must have executed already. in _PyFrame_LocalsToFast()
H A Dtypeobject.c15 #include "opcode.h" // MAKE_CELL
9000 // was called from the C-API before the first MAKE_CELL op. in super_init_without_args()
9002 // MAKE_CELL and COPY_FREE_VARS have no quickened forms, so no need in super_init_without_args()
9004 assert(_Py_OPCODE(_PyCode_CODE(co)[0]) == MAKE_CELL || in super_init_without_args()
/third_party/python/Python/
H A Dcompile.c1138 case MAKE_CELL: in stack_effect()
8215 // before adding the MAKE_CELL instructions. Note that we in insert_prefix_instructions()
8232 .i_opcode = MAKE_CELL, in insert_prefix_instructions()
8325 case MAKE_CELL: in fix_cell_offsets()
H A Dceval.c3125 TARGET(MAKE_CELL) {
3127 // via PyFrame_LocalsToFast() before MAKE_CELL has run).

Completed in 36 milliseconds