Searched defs:PyInstDecoder (Results 1 – 1 of 1) sorted by relevance
1504 struct PyInstDecoder { struct1505 PyInstDecoder(PyCodeObject* code_object, int lasti) in PyInstDecoder() function1509 void next() { in next()1515 int opcode() { in opcode()1522 int oparg() { in oparg()1526 mpy::object name() { in name()1545 PyCodeObject* code_object_;1546 _Py_CODEUNIT* code_;1547 int offset_;