var github.com/google/pprof/profile.javaLocationRx

2 uses

	github.com/google/pprof/profile (current package)
		legacy_java_profile.go#L33: 	javaLocationRx         = regexp.MustCompile(`^\s*0x([[:xdigit:]]+)\s+(.*)\s*$`)
		legacy_java_profile.go#L257: 		jloc := javaLocationRx.FindStringSubmatch(line)