Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
Dsource.go810 assembly []assemblyInstruction, reader *sourceReader, rpt *Report) WebListLine {
839 func makeWebListInstructions(srcIndent int, assembly []assemblyInstruction, reader *sourceReader, r…
886 func getSourceFromFile(file string, reader *sourceReader, fns graph.Nodes, start, end int) (graph.N…
945 type sourceReader struct { struct
948 searchPath string
951 trimPath string
955 files map[string][]string
959 errors map[string]error
971 func (reader *sourceReader) fileError(path string) error {
976 func (reader *sourceReader) line(path string, lineno int) (string, bool) {