Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_code.h59 } _PyAttrCache; typedef
61 #define INLINE_CACHE_ENTRIES_LOAD_ATTR CACHE_ENTRIES(_PyAttrCache)
63 #define INLINE_CACHE_ENTRIES_STORE_ATTR CACHE_ENTRIES(_PyAttrCache)
/third_party/python/Python/
H A Dspecialize.c489 _PyAttrCache *cache = (_PyAttrCache *)(instr + 1); in specialize_module_load_attr()
618 _PyAttrCache *cache = (_PyAttrCache *)(instr + 1); in specialize_dict_access()
659 _PyAttrCache *cache = (_PyAttrCache *)(instr + 1); in _Py_Specialize_LoadAttr()
761 _PyAttrCache *cache = (_PyAttrCache *)(instr + 1); in _Py_Specialize_StoreAttr()
H A Dceval.c1500 _PyAttrCache *cache = (_PyAttrCache *)next_instr; \
3478 _PyAttrCache *cache = (_PyAttrCache *)next_instr;
3501 _PyAttrCache *cache = (_PyAttrCache *)next_instr;
3536 _PyAttrCache *cache = (_PyAttrCache *)next_instr;
3571 _PyAttrCache *cache = (_PyAttrCache *)next_inst
[all...]

Completed in 15 milliseconds