Home
last modified time | relevance | path

Searched refs:co_exceptiontable (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/python/cpython3/android/Python/deepfreeze/
Ddeepfreeze.c230 .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/
Dcodeobject.c.h183 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 Dtest_bytecode_utils.py266 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/
Dtest_code.py239 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/
Dcodeobject.c325 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()
Dframeobject.c470 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()
Dexception_handling_notes.txt170 iterator = iter(code.co_exceptiontable)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcode.h62 PyObject *co_exceptiontable; /* Byte string encoding exception handling \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcode.h62 PyObject *co_exceptiontable; /* Byte string encoding exception handling \
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dcode.h62 PyObject *co_exceptiontable; /* Byte string encoding exception handling \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dcode.h62 PyObject *co_exceptiontable; /* Byte string encoding exception handling \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcode.h62 PyObject *co_exceptiontable; /* Byte string encoding exception handling \
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Ddeepfreeze.py248 co_exceptiontable = self.generate(name + "_exceptiontable", code.co_exceptiontable)
Dumarshal.py292 retval.co_exceptiontable = self.r_object()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddis.py405 iterator = iter(code.co_exceptiontable)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddis.py405 iterator = iter(code.co_exceptiontable)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddis.py405 iterator = iter(code.co_exceptiontable)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddis.py405 iterator = iter(code.co_exceptiontable)
/aosp_15_r20/external/python/cpython3/Lib/
Ddis.py405 iterator = iter(code.co_exceptiontable)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddis.py405 iterator = iter(code.co_exceptiontable)
/aosp_15_r20/external/pytorch/torch/fx/
H A D_symbolic_trace.py148 co.co_exceptiontable, # type: ignore[attr-defined]
/aosp_15_r20/external/python/cpython3/Python/
Dmarshal.c574 w_object(co->co_exceptiontable, p); in w_complex_object()
Dceval.c6089 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 Dbytecode_transformation.py1378 virtualize_exception_table(code.co_exceptiontable, instructions)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi5881 …<var-decl name='co_exceptiontable' type-id='type-id-14' visibility='default' filepath='./Include/c…