Searched refs:POF_BUILTINS (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A D_lsprof.c117 #define POF_BUILTINS 0x004 macro
462 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
474 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
668 pObj->flags &= ~POF_BUILTINS;
675 pObj->flags |= POF_BUILTINS;
/external/python/cpython3/Modules/
H A D_lsprof.c107 #define POF_BUILTINS 0x004 macro
460 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
472 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
665 pObj->flags &= ~POF_BUILTINS;
667 pObj->flags |= POF_BUILTINS;

Completed in 285 milliseconds