• Home
  • Raw
  • Download

Lines Matching refs:LOAD_CONST

1001         case LOAD_CONST:  in stack_effect()
1646 ADDOP_O(c, LOAD_CONST, (PyObject*)co, consts); in compiler_make_closure()
1647 ADDOP_O(c, LOAD_CONST, qualname, consts); in compiler_make_closure()
1712 ADDOP_N(c, LOAD_CONST, keys_tuple, consts); in compiler_visit_kwonlydefaults()
1734 ADDOP_N(c, LOAD_CONST, ann_as_str, consts); in compiler_visit_annexpr()
1824 ADDOP_N(c, LOAD_CONST, keytuple, consts); in compiler_visit_annotations()
2013 ADDOP_O(c, LOAD_CONST, c->u->u_qualname, consts); in compiler_class()
2055 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_class()
2074 ADDOP_O(c, LOAD_CONST, s->v.ClassDef.name, consts); in compiler_class()
2406 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_async_for()
2586 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_try_finally()
2703 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_try_except()
2709 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_try_except()
2810 ADDOP_O(c, LOAD_CONST, _PyLong_Zero, consts); in compiler_import()
2811 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_import()
2856 ADDOP_N(c, LOAD_CONST, level, consts); in compiler_from_import()
2875 ADDOP_N(c, LOAD_CONST, names, consts); in compiler_from_import()
2994 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_visit_stmt()
3445 ADDOP_N(c, LOAD_CONST, keys, consts); in compiler_subdict()
3655 ADDOP_N(c, LOAD_CONST, keys, consts); in compiler_subkwargs()
3662 ADDOP_O(c, LOAD_CONST, kw->arg, consts); in compiler_subkwargs()
3772 ADDOP_N(c, LOAD_CONST, names, consts); in compiler_call_helper()
3955 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_async_comprehension_generator()
4111 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_comprehension()
4254 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_async_with()
4284 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_async_with()
4295 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_async_with()
4372 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_with()
4436 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_visit_expr()
4449 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_visit_expr()
4462 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_visit_expr()
4470 ADDOP_O(c, LOAD_CONST, e->v.Constant.value, consts); in compiler_visit_expr()
4473 ADDOP_O(c, LOAD_CONST, e->v.Num.n, consts); in compiler_visit_expr()
4476 ADDOP_O(c, LOAD_CONST, e->v.Str.s, consts); in compiler_visit_expr()
4483 ADDOP_O(c, LOAD_CONST, e->v.Bytes.s, consts); in compiler_visit_expr()
4486 ADDOP_O(c, LOAD_CONST, Py_Ellipsis, consts); in compiler_visit_expr()
4489 ADDOP_O(c, LOAD_CONST, e->v.NameConstant.value, consts); in compiler_visit_expr()
4729 ADDOP_N(c, LOAD_CONST, mangled, consts); in compiler_annassign()
4864 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_slice()
4871 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_slice()
5494 ADDOP_O(c, LOAD_CONST, Py_None, consts); in assemble()