Home
last modified time | relevance | path

Searched defs:lasti (Results 1 – 17 of 17) sorted by relevance

/external/pytorch/torch/csrc/profiler/
Dcombined_traceback.h22 int lasti; member
/external/python/cpython3/Lib/
Ddis.py759 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
Dpdb.py153 def lasti2lineno(code, lasti): argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dtraceback.cc186 [](py::handle code, int lasti) { in BuildTracebackSubmodule()
/external/iproute2/netem/
Dmaketable.c164 int i, j, last, lasti = -1; in interpolatetable() local
/external/python/cpython3/Objects/
Dframeobject.c915 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
Dcodeobject.c988 _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds) in _PyCode_CheckLineNumber()
/external/pytorch/torch/csrc/dynamo/
Dcpython_defs.c84 int lasti = _PyInterpreterFrame_LASTI(frame); in THP_PyFrame_FastToLocalsWithError() local
/external/python/cpython3/Lib/test/
Dtest_dis.py901 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/
Dceval.c883 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()
Dtraceback.c44 tb_create_raw(PyTracebackObject *next, PyFrameObject *frame, int lasti, in tb_create_raw()
Dbytecodes.c66 static PyObject *exit_func, *lasti, *val, *retval, *obj, *iter, *exhausted; variable
1141 PyObject *lasti = values[0]; in dummy_func() local
Dgenerated_cases.c.h5101 PyObject *lasti = values[0]; in TARGET() local
6178 PyObject *lasti; in TARGET() local
Dexecutor_cases.c.h2822 PyObject *lasti; variable
/external/libaom/av1/encoder/
Dpass2_strategy.c1453 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.c2593 int lasti = PyFrame_GetLasti((PyFrameObject *)frame); in frame_getlasti() local
/external/pytorch/functorch/csrc/dim/
Ddim.cpp1577 auto lasti = PyFrame_GetLasti(f.ptr()); in _dims() local