Home
last modified time | relevance | path

Searched defs:debugState (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Ddebug.go206 type debugState struct { struct
208 slots []LocalSlot
209 vars []*ir.Name
210 varSlots [][]SlotID
211 lists [][]byte
214 slotVars []VarID
216 f *Func
217 loggingLevel int
218 convergeCount int // testing; iterate over block debug state this many times
219 registers []Register
[all …]
Dcache.go30 debugState debugState member