Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dinstrumentation.c1017 get_tools_for_instruction(PyCodeObject *code, PyInterpreterState *interp, int i, int event) in get_tools_for_instruction() function
1086 uint8_t tools = get_tools_for_instruction(code, interp, offset, event); in call_instrumentation_vector()