Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_opcode.h45 [STORE_ATTR] = 4,
209 [STORE_ATTR] = STORE_ATTR,
210 [STORE_ATTR_ADAPTIVE] = STORE_ATTR,
211 [STORE_ATTR_INSTANCE_VALUE] = STORE_ATTR,
212 [STORE_ATTR_SLOT] = STORE_ATTR,
213 [STORE_ATTR_WITH_HINT] = STORE_ATTR,
337 [STORE_ATTR] = "STORE_ATTR",
/third_party/python/Python/
H A Dspecialize.c28 [STORE_ATTR] = STORE_ATTR_ADAPTIVE,
119 err += add_stat_dict(stats, STORE_ATTR, "store_attr"); in _Py_GetSpecializationStats()
760 assert(_PyOpcode_Caches[STORE_ATTR] == INLINE_CACHE_ENTRIES_STORE_ATTR); in _Py_Specialize_StoreAttr()
764 SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_OVERRIDDEN); in _Py_Specialize_StoreAttr()
771 SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_OVERRIDING_DESCRIPTOR); in _Py_Specialize_StoreAttr()
774 SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_METHOD); in _Py_Specialize_StoreAttr()
777 SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_PROPERTY); in _Py_Specialize_StoreAttr()
785 SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_EXPECTED_ERROR); in _Py_Specialize_StoreAttr()
789 SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_READ_ONLY); in _Py_Specialize_StoreAttr()
793 SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_OUT_OF_RANG in _Py_Specialize_StoreAttr()
[all...]
H A Dceval.c2881 TARGET(STORE_ATTR) {
2882 PREDICTED(STORE_ATTR);
3600 STAT_INC(STORE_ATTR, deferred);
3602 JUMP_TO_INSTRUCTION(STORE_ATTR);
3613 DEOPT_IF(tp->tp_version_tag != type_version, STORE_ATTR);
3616 DEOPT_IF(values == NULL, STORE_ATTR);
3617 STAT_INC(STORE_ATTR, hit);
3641 DEOPT_IF(tp->tp_version_tag != type_version, STORE_ATTR);
3644 DEOPT_IF(dict == NULL, STORE_ATTR);
3648 DEOPT_IF(hint >= (size_t)dict->ma_keys->dk_nentries, STORE_ATTR);
[all...]
H A Dcompile.c1014 case STORE_ATTR: in stack_effect()
5923 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr1()
6024 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_augassign()
/third_party/python/Include/
H A Dopcode.h55 #define STORE_ATTR 95 macro

Completed in 25 milliseconds