Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython2/Lib/
Ddis.py61 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/
Dframeobject.c62 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
Dcodeobject.c804 _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds) in _PyCode_CheckLineNumber()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddis.py519 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 Dpdb.py110 def lasti2lineno(code, lasti): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddis.py519 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
Dpdb.py110 def lasti2lineno(code, lasti): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddis.py519 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
Dpdb.py110 def lasti2lineno(code, lasti): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddis.py519 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
Dpdb.py110 def lasti2lineno(code, lasti): argument
/aosp_15_r20/external/python/cpython3/Lib/
Ddis.py519 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
Dpdb.py110 def lasti2lineno(code, lasti): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddis.py519 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
Dpdb.py110 def lasti2lineno(code, lasti): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dis.py720 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 Dcombined_traceback.h22 int lasti; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dtraceback.cc186 [](py::handle code, int lasti) { in BuildTracebackSubmodule()
/aosp_15_r20/external/iproute2/netem/
H A Dmaketable.c164 int i, j, last, lasti = -1; in interpolatetable() local
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcpython_defs.c84 int lasti = _PyInterpreterFrame_LASTI(frame); in THP_PyFrame_FastToLocalsWithError() local
/aosp_15_r20/external/python/cpython2/Objects/
Dcodeobject.c717 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c2670 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)
Dtraceback.c44 tb_create_raw(PyTracebackObject *next, PyFrameObject *frame, int lasti, in tb_create_raw()
/aosp_15_r20/external/libaom/av1/encoder/
H A 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
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp1577 auto lasti = PyFrame_GetLasti(f.ptr()); in _dims() local

12