Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dinstrumentation.c1063 call_instrumentation_vector( in call_instrumentation_vector() function
1132 return call_instrumentation_vector(tstate, event, frame, instr, 2, args); in _Py_call_instrumentation()
1141 return call_instrumentation_vector(tstate, event, frame, instr, 3, args); in _Py_call_instrumentation_arg()
1150 return call_instrumentation_vector(tstate, event, frame, instr, 4, args); in _Py_call_instrumentation_2args()
1168 int err = call_instrumentation_vector(tstate, event, frame, instr, 3, args); in _Py_call_instrumentation_jump()
1187 int err = call_instrumentation_vector(tstate, event, frame, instr, nargs, args); in call_instrumentation_vector_protected()