/external/pytorch/torch/csrc/profiler/ |
D | combined_traceback.h | 22 int lasti; member
|
/external/python/cpython3/Lib/ |
D | dis.py | 759 def disassemble(co, lasti=-1, *, file=None, show_caches=False, adaptive=False, argument 824 def _disassemble_bytes(code, lasti=-1, linestarts=None, argument 841 def print_instructions(instrs, exception_entries, formatter, lasti=-1): argument
|
D | pdb.py | 153 def lasti2lineno(code, lasti): argument
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | traceback.cc | 186 [](py::handle code, int lasti) { in BuildTracebackSubmodule()
|
/external/iproute2/netem/ |
D | maketable.c | 164 int i, j, last, lasti = -1; in interpolatetable() local
|
/external/python/cpython3/Objects/ |
D | frameobject.c | 915 int lasti = _PyInterpreterFrame_LASTI(f->f_frame); in frame_getlasti() local 1332 int lasti = depth_and_lasti & 1; in mark_stacks() local 1969 int lasti = _PyInterpreterFrame_LASTI(frame); in frame_init_get_vars() local 2222 int lasti = _PyInterpreterFrame_LASTI(frame->f_frame); in PyFrame_GetLasti() local
|
D | codeobject.c | 988 _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds) in _PyCode_CheckLineNumber()
|
/external/pytorch/torch/csrc/dynamo/ |
D | cpython_defs.c | 84 int lasti = _PyInterpreterFrame_LASTI(frame); in THP_PyFrame_FastToLocalsWithError() local
|
/external/python/cpython3/Lib/test/ |
D | test_dis.py | 901 def get_disassembly(self, func, lasti=-1, wrapper=True, **kwargs): argument 911 def get_disassemble_as_string(self, func, lasti=-1): argument 1284 def get_disassembly(self, func, lasti=-1, wrapper=True, **kwargs): argument
|
/external/python/cpython3/Python/ |
D | ceval.c | 883 int level, handler, lasti; in _PyEval_EvalFrameDefault() local 908 PyObject *lasti = PyLong_FromLong(frame_lasti); in _PyEval_EvalFrameDefault() local 1366 get_exception_handler(PyCodeObject *code, int index, int *level, int *handler, int *lasti) in get_exception_handler()
|
D | traceback.c | 44 tb_create_raw(PyTracebackObject *next, PyFrameObject *frame, int lasti, in tb_create_raw()
|
D | bytecodes.c | 66 static PyObject *exit_func, *lasti, *val, *retval, *obj, *iter, *exhausted; variable 1141 PyObject *lasti = values[0]; in dummy_func() local
|
D | generated_cases.c.h | 5101 PyObject *lasti = values[0]; in TARGET() local 6178 PyObject *lasti; in TARGET() local
|
D | executor_cases.c.h | 2822 PyObject *lasti; variable
|
/external/libaom/av1/encoder/ |
D | pass2_strategy.c | 1453 const int lasti = regions[k - 1].last; in adjust_unstable_region_bounds() local 1483 const int lasti = AOMMIN(regions[k + 1].last - 1, in adjust_unstable_region_bounds() local
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 2593 int lasti = PyFrame_GetLasti((PyFrameObject *)frame); in frame_getlasti() local
|
/external/pytorch/functorch/csrc/dim/ |
D | dim.cpp | 1577 auto lasti = PyFrame_GetLasti(f.ptr()); in _dims() local
|