/aosp_15_r20/external/python/cpython2/Lib/ |
D | dis.py | 61 def disassemble(co, lasti=-1): argument 110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | frameobject.c | 62 int lasti = _PyInterpreterFrame_LASTI(f->f_frame); in frame_getlasti() local 484 int lasti = depth_and_lasti & 1; in mark_stacks() local 1117 int lasti = _PyInterpreterFrame_LASTI(frame); in _PyFrame_FastToLocalsWithError() local 1363 int lasti = _PyInterpreterFrame_LASTI(frame->f_frame); in PyFrame_GetLasti() local
|
D | codeobject.c | 804 _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds) in _PyCode_CheckLineNumber()
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | dis.py | 519 def disassemble(co, lasti=-1, *, file=None, show_caches=False, adaptive=False): argument 542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
|
H A D | pdb.py | 110 def lasti2lineno(code, lasti): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | dis.py | 519 def disassemble(co, lasti=-1, *, file=None, show_caches=False, adaptive=False): argument 542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
|
D | pdb.py | 110 def lasti2lineno(code, lasti): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | dis.py | 519 def disassemble(co, lasti=-1, *, file=None, show_caches=False, adaptive=False): argument 542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
|
D | pdb.py | 110 def lasti2lineno(code, lasti): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | dis.py | 519 def disassemble(co, lasti=-1, *, file=None, show_caches=False, adaptive=False): argument 542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
|
D | pdb.py | 110 def lasti2lineno(code, lasti): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | dis.py | 519 def disassemble(co, lasti=-1, *, file=None, show_caches=False, adaptive=False): argument 542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
|
D | pdb.py | 110 def lasti2lineno(code, lasti): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | dis.py | 519 def disassemble(co, lasti=-1, *, file=None, show_caches=False, adaptive=False): argument 542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
|
D | pdb.py | 110 def lasti2lineno(code, lasti): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_dis.py | 720 def get_disassembly(self, func, lasti=-1, wrapper=True, **kwargs): argument 730 def get_disassemble_as_string(self, func, lasti=-1): argument 1070 def get_disassembly(self, func, lasti=-1, wrapper=True, **kwargs): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/ |
H A D | combined_traceback.h | 22 int lasti; member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | traceback.cc | 186 [](py::handle code, int lasti) { in BuildTracebackSubmodule()
|
/aosp_15_r20/external/iproute2/netem/ |
H A D | maketable.c | 164 int i, j, last, lasti = -1; in interpolatetable() local
|
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/ |
H A D | cpython_defs.c | 84 int lasti = _PyInterpreterFrame_LASTI(frame); in THP_PyFrame_FastToLocalsWithError() local
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | codeobject.c | 717 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | ceval.c | 2670 PyObject *lasti = PEEK(oparg + 1); local 5771 int level, handler, lasti; local 5798 PyObject *lasti = PyLong_FromLong(frame_lasti); local 6087 get_exception_handler(PyCodeObject *code, int index, int *level, int *handler, int *lasti)
|
D | traceback.c | 44 tb_create_raw(PyTracebackObject *next, PyFrameObject *frame, int lasti, in tb_create_raw()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A 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
|
/aosp_15_r20/external/pytorch/functorch/csrc/dim/ |
H A D | dim.cpp | 1577 auto lasti = PyFrame_GetLasti(f.ptr()); in _dims() local
|