Home
last modified time | relevance | path

Searched refs:OP_FAST (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c2318 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator
2342 optype = OP_FAST; in compiler_nameop()
2382 case OP_FAST: in compiler_nameop()
/external/python/cpython3/Python/
Dcompile.c3165 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator
3193 optype = OP_FAST; in compiler_nameop()
3228 case OP_FAST: in compiler_nameop()