Home
last modified time | relevance | path

Searched refs:GET_ITER (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h114 [GET_ITER] = GET_ITER,
310 [GET_ITER] = "GET_ITER",
/third_party/python/Include/
H A Dopcode.h35 #define GET_ITER 68 macro
/third_party/python/Objects/
H A Dframeobject.c376 case GET_ITER: in mark_stacks()
/third_party/python/Python/
H A Dcompile.c979 case GET_ITER: in stack_effect()
3115 ADDOP(c, GET_ITER); in compiler_for()
5288 ADDOP(c, GET_ITER); in compiler_sync_comprehension_generator()
5530 ADDOP(c, GET_ITER); in compiler_comprehension()
H A Dceval.c4291 TARGET(GET_ITER) {

Completed in 24 milliseconds