func github.com/google/pprof/profile.parseJavaSamples

2 uses

	github.com/google/pprof/profile (current package)
		legacy_java_profile.go#L94: 	if b, locs, err = parseJavaSamples(pType, b, p); err != nil {
		legacy_java_profile.go#L167: func parseJavaSamples(pType string, b []byte, p *Profile) ([]byte, map[uint64]*Location, error) {