Home
last modified time | relevance | path

Searched defs:code_obj (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dstack_trace.cc56 const std::pair<PyCodeObject*, int>& code_obj = code_objs_[idx]; in ToStackFrames() local
H A Dstack_trace.h67 PyCodeObject* code_obj = frame->f_code; in Capture() local
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dextra_state.cpp174 py::list _debug_get_cache_entry_list(const py::handle& code_obj) { in _debug_get_cache_entry_list()
/aosp_15_r20/external/python/cpython3/Objects/
Dfuncobject.c57 PyCodeObject *code_obj = (PyCodeObject *)code; in PyFunction_NewWithQualName() local
Dframeobject.c277 mark_stacks(PyCodeObject *code_obj, int len) in mark_stacks()
/aosp_15_r20/external/python/cpython3/Modules/
D_pickle.c3676 PyObject *code_obj; /* extension code as Python object */ in save_global() local