Home
last modified time | relevance | path

Searched refs:__Pyx_createFrameCodeObject (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
DProfile.c79 …static PyCodeObject *__Pyx_createFrameCodeObject(const char *funcname, const char *srcfile, int fi…
118 *code = __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno); in __Pyx_TraceSetupAndCall()
153 static PyCodeObject *__Pyx_createFrameCodeObject(const char *funcname, const char *srcfile, int fir… in __Pyx_createFrameCodeObject() function