Searched refs:PyThreadContextEntry (Results 1 – 2 of 2) sorted by relevance
517 return PyThreadContextEntry::pushContext(*this); in contextEnter()523 PyThreadContextEntry::popContext(*this); in contextExit()593 std::vector<PyThreadContextEntry> &PyThreadContextEntry::getStack() { in getStack()598 PyThreadContextEntry *PyThreadContextEntry::getTopOfStack() { in getTopOfStack()627 PyMlirContext *PyThreadContextEntry::getContext() { in getContext()639 PyLocation *PyThreadContextEntry::getLocation() { in getLocation()645 PyMlirContext *PyThreadContextEntry::getDefaultContext() { in getDefaultContext()655 PyLocation *PyThreadContextEntry::getDefaultLocation() { in getDefaultLocation()838 return PyThreadContextEntry::pushLocation(*this); in contextEnter()844 PyThreadContextEntry::popLocation(*this); in contextExit()[all …]
102 class PyThreadContextEntry {110 PyThreadContextEntry(FrameKind frameKind, pybind11::object context, in PyThreadContextEntry() function131 static PyThreadContextEntry *getTopOfStack();140 static std::vector<PyThreadContextEntry> &getStack();