Searched defs:trace_dispatch (Results 1 – 8 of 8) sorted by relevance
| /external/python/cpython3/Lib/test/ | ||
| D | test_bdb.py | 102 def trace_dispatch(self, frame, event, arg): member in Bdb |
| /external/python/cpython2/Lib/ | ||
| D | profile.py | 203 def trace_dispatch(self, frame, event, arg): member in Profile |
| D | bdb.py | 45 def trace_dispatch(self, frame, event, arg): member in Bdb |
| D | doctest.py | 380 def trace_dispatch(self, *args): member in _OutputRedirectingPdb |
| /external/python/cpython3/Lib/ | ||
| D | profile.py | 182 def trace_dispatch(self, frame, event, arg): member in Profile |
| D | bdb.py | 61 def trace_dispatch(self, frame, event, arg): member in Bdb |
| D | doctest.py | 372 def trace_dispatch(self, *args): member in _OutputRedirectingPdb |
| /external/v8/tools/clang/blink_gc_plugin/ | ||
| D | BlinkGCPluginConsumer.cpp | 372 CXXMethodDecl* trace_dispatch = info->GetTraceDispatchMethod(); in CheckDispatch() local |