Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_interp.h15 #include "pycore_code.h" // struct callable_cache
177 struct callable_cache callable_cache; member
H A Dpycore_code.h118 struct callable_cache { struct
/third_party/python/Python/
H A Dpylifecycle.c784 interp->callable_cache.isinstance = isinstance; in pycore_init_builtins()
787 interp->callable_cache.len = len; in pycore_init_builtins()
790 interp->callable_cache.list_append = list_append; in pycore_init_builtins()
H A Dspecialize.c1456 PyObject *list_append = interp->callable_cache.list_append; in specialize_method_descriptor()
1554 if (callable == interp->callable_cache.len) { in specialize_c_call()
1569 if (callable == interp->callable_cache.isinstance) { in specialize_c_call()
H A Dceval.c5128 DEOPT_IF(callable != interp->callable_cache.len, PRECALL);
5158 DEOPT_IF(callable != interp->callable_cache.isinstance, PRECALL);
5188 DEOPT_IF(callable != interp->callable_cache.list_append, PRECALL);

Completed in 19 milliseconds