Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/
Dprofile.go81 HasFunctions bool member
457 func (p *Profile) HasFunctions() bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
Dprofile.go115 HasFunctions bool member
825 func (p *Profile) HasFunctions() bool { func
/aosp_15_r20/external/google-breakpad/src/common/
H A Dlanguage.h60 virtual bool HasFunctions() const { return true; } in HasFunctions() function
H A Dlanguage.cc208 bool HasFunctions() const { return false; } in HasFunctions() function in google_breakpad::AssemblerLanguage