/aosp_15_r20/external/python/cpython3/android/Python/deepfreeze/ |
D | deepfreeze.c | 230 .co_exceptiontable = & importlib__bootstrap_toplevel_consts_1_exceptiontable.ob_base.ob_base, 554 .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty), 697 .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty), 820 .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty), 1208 .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty), 1533 .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty), 1798 ….co_exceptiontable = & importlib__bootstrap_toplevel_consts_7_consts_4_exceptiontable.ob_base.ob_b… 1990 ….co_exceptiontable = & importlib__bootstrap_toplevel_consts_7_consts_5_exceptiontable.ob_base.ob_b… 2201 .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty), 2314 .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty), [all …]
|
/aosp_15_r20/external/python/cpython3/Objects/clinic/ |
D | codeobject.c.h | 183 PyBytesObject *co_exceptiontable); 210 PyBytesObject *co_exceptiontable = (PyBytesObject *)self->co_exceptiontable; in code_replace() local 395 co_exceptiontable = (PyBytesObject *)args[17]; in code_replace() 397 …mes, co_freevars, co_cellvars, co_filename, co_name, co_qualname, co_linetable, co_exceptiontable); in code_replace()
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_bytecode_utils.py | 266 fn.__code__.co_exceptiontable 269 self.assertEqual(b, fn.__code__.co_exceptiontable) 288 self.assertEqual(code.co_exceptiontable, fn.__code__.co_exceptiontable) 304 self.assertEqual(code.co_exceptiontable, fn.__code__.co_exceptiontable)
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_code.py | 239 co.co_exceptiontable, 316 co.co_exceptiontable, 444 code_c = code_a.replace(co_exceptiontable=b"") 445 code_d = code_b.replace(co_exceptiontable=b"")
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | codeobject.c | 325 co->co_exceptiontable = con->exceptiontable; in init_code() 1633 Py_XDECREF(co->co_exceptiontable); in code_dealloc() 1734 eq = PyObject_RichCompareBool(co->co_exceptiontable, in code_richcompare() 1735 cp->co_exceptiontable, Py_EQ); in code_richcompare() 1775 Py_hash_t h5 = PyObject_Hash(co->co_exceptiontable); in code_hash() 1803 {"co_exceptiontable", T_OBJECT, OFF(co_exceptiontable), READONLY}, 1913 PyBytesObject *co_exceptiontable) in code_replace_impl() argument 1980 (PyObject*)co_linetable, (PyObject*)co_exceptiontable); in code_replace_impl()
|
D | frameobject.c | 470 unsigned char *start = (unsigned char *)PyBytes_AS_STRING(code_obj->co_exceptiontable); in mark_stacks() 471 unsigned char *end = start + PyBytes_GET_SIZE(code_obj->co_exceptiontable); in mark_stacks()
|
D | exception_handling_notes.txt | 170 iterator = iter(code.co_exceptiontable)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | code.h | 62 PyObject *co_exceptiontable; /* Byte string encoding exception handling \
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | code.h | 62 PyObject *co_exceptiontable; /* Byte string encoding exception handling \
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | code.h | 62 PyObject *co_exceptiontable; /* Byte string encoding exception handling \
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | code.h | 62 PyObject *co_exceptiontable; /* Byte string encoding exception handling \
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | code.h | 62 PyObject *co_exceptiontable; /* Byte string encoding exception handling \
|
/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | deepfreeze.py | 248 co_exceptiontable = self.generate(name + "_exceptiontable", code.co_exceptiontable)
|
D | umarshal.py | 292 retval.co_exceptiontable = self.r_object()
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | dis.py | 405 iterator = iter(code.co_exceptiontable)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | dis.py | 405 iterator = iter(code.co_exceptiontable)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | dis.py | 405 iterator = iter(code.co_exceptiontable)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | dis.py | 405 iterator = iter(code.co_exceptiontable)
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | dis.py | 405 iterator = iter(code.co_exceptiontable)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | dis.py | 405 iterator = iter(code.co_exceptiontable)
|
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | _symbolic_trace.py | 148 co.co_exceptiontable, # type: ignore[attr-defined]
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | marshal.c | 574 w_object(co->co_exceptiontable, p); in w_complex_object()
|
D | ceval.c | 6089 unsigned char *start = (unsigned char *)PyBytes_AS_STRING(code->co_exceptiontable); 6090 unsigned char *end = start + PyBytes_GET_SIZE(code->co_exceptiontable);
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | bytecode_transformation.py | 1378 virtualize_exception_table(code.co_exceptiontable, instructions)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 5881 …<var-decl name='co_exceptiontable' type-id='type-id-14' visibility='default' filepath='./Include/c…
|