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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtracer.c255 CTracer_trace(CTracer *self, PyFrameObject *frame, int what, PyObject *arg_unused) function
523 if (CTracer_trace(self, frame, what, arg) == RET_OK) {
538 PyEval_SetTrace((Py_tracefunc)CTracer_trace, (PyObject*)self);

Completed in 190 milliseconds