Searched defs:ChoiceTable (Results 1 – 4 of 4) sorted by relevance
197 type ChoiceTable struct { struct198 target *Target199 run [][]int200 enabledCalls []*Syscall201 enabled map[*Syscall]bool236 func (ct *ChoiceTable) Choose(r *rand.Rand, call int) int {
12 func (target *Target) Generate(rs rand.Source, ncalls int, ct *ChoiceTable) *Prog {
26 func analyze(ct *ChoiceTable, p *Prog, c *Call) *state {38 func newState(target *Target, ct *ChoiceTable) *state {
14 func (p *Prog) Mutate(rs rand.Source, ncalls int, ct *ChoiceTable, corpus []*Prog) {