Home
last modified time | relevance | path

Searched refs:GetOutputProfileType (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/profman/
H A Dprofman.cc1735 bool for_boot_image = GetOutputProfileType() == OutputProfileType::kBoot; in CreateProfile()
1765 OutputProfileType GetOutputProfileType() const { in GetOutputProfileType() function in art::ProfMan
1973 if (profman.GetOutputProfileType() == OutputProfileType::kBprof) { in profman()