Lines Matching defs:Executor
26 type Executor struct { struct
27 rules map[string]*rule
28 implicitRules []*rule
29 suffixRules map[string][]*rule
30 firstRule *rule
32 done map[string]*job
34 wm *workerManager
36 ctx *execContext
38 trace []string
39 buildCnt int
40 alreadyDoneCnt int
41 noRuleCnt int
42 upToDateCnt int
43 runCommandCnt int
46 func (ex *Executor) makeJobs(n *DepNode, neededBy *job) error {
116 func (ex *Executor) reportStats() {
155 func (ex *Executor) Exec(g *DepGraph, targets []string) error {