Home
last modified time | relevance | path

Searched refs:STAT_INC (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Python/
H A Dspecialize.c746 STAT_INC(LOAD_ATTR, failure); in _Py_Specialize_LoadAttr()
751 STAT_INC(LOAD_ATTR, success); in _Py_Specialize_LoadAttr()
832 STAT_INC(STORE_ATTR, failure); in _Py_Specialize_StoreAttr()
837 STAT_INC(STORE_ATTR, success); in _Py_Specialize_StoreAttr()
1038 STAT_INC(LOAD_METHOD, success); in _Py_Specialize_LoadMethod()
1043 STAT_INC(LOAD_METHOD, failure); in _Py_Specialize_LoadMethod()
1120 STAT_INC(LOAD_GLOBAL, failure); in _Py_Specialize_LoadGlobal()
1125 STAT_INC(LOAD_GLOBAL, success); in _Py_Specialize_LoadGlobal()
1253 STAT_INC(BINARY_SUBSCR, failure); in _Py_Specialize_BinarySubscr()
1258 STAT_INC(BINARY_SUBSC in _Py_Specialize_BinarySubscr()
[all...]
H A Dceval.c1511 STAT_INC(LOAD_##attr_or_method, hit); \
1965 STAT_INC(BINARY_OP, hit);
1984 STAT_INC(BINARY_OP, hit);
2005 STAT_INC(BINARY_OP, hit);
2024 STAT_INC(BINARY_OP, hit);
2044 STAT_INC(BINARY_OP, hit);
2068 STAT_INC(BINARY_OP, hit);
2099 STAT_INC(BINARY_OP, hit);
2120 STAT_INC(BINARY_OP, hit);
2160 STAT_INC(BINARY_SUBSC
[all...]
/third_party/python/Include/internal/
H A Dpycore_code.h313 #define STAT_INC(opname, name) _py_stats.opcode_stats[opname].specialization.name++ macro
327 #define STAT_INC(opname, name) ((void)0) macro

Completed in 11 milliseconds