Searched defs:debugState (Results 1 – 2 of 2) sorted by relevance
206 type debugState struct { struct208 slots []LocalSlot209 vars []*ir.Name210 varSlots [][]SlotID211 lists [][]byte214 slotVars []VarID216 f *Func217 loggingLevel int218 convergeCount int // testing; iterate over block debug state this many times219 registers []Register[all …]
30 debugState debugState member