Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
Dsynth.go8 type synthCode struct { struct
9 next uint64
10 addr map[*profile.Location]uint64 // Synthesized address assigned to a location
25 func (s *synthCode) address(loc *profile.Location) uint64 {