Home | History | Annotate | Download | only in gc

Lines Matching refs:instrument

14 // The instrument pass modifies the code tree for instrumentation.
31 // TODO(dvyukov): do not instrument initialization as writes:
34 // Do not instrument the following packages at all,
54 func instrument(fn *Node) {
85 s := fmt.Sprintf("after instrument %v", fn.Func.Nname.Sym)
118 Dump("instrument-before", n)
122 Fatalf("instrument: bad init list")
142 Fatalf("instrument: unknown node type %v", n.Op)
181 // instrument it here, typedslicecopy is manually
345 Fatalf("instrument: %v must be lowered by now", n.Op)
348 Fatalf("instrument: OGETG can happen only in runtime which we don't instrument")
388 OTYPESW: // ignored by code generation, do not instrument.
400 // compiler-emitted artificial things that we do not want to instrument,
441 Fatalf("instrument: %v badwidth", t)
458 // BUG: we _may_ want to instrument PAUTO sometimes