Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/661-classloader-allocator/src/
H A DMain.java59 public static native void fetchProfiles(); in fetchProfiles() method in Main
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
Dfetch.go41 func fetchProfiles(s *source, o *plugin.Options) (*profile.Profile, error) { func