Searched refs:PreciseHiddenApiFinder (Results 1 – 3 of 3) sorted by relevance
34 void PreciseHiddenApiFinder::RunInternal( in RunInternal()51 void PreciseHiddenApiFinder::AddUsesAt(const std::vector<ReflectAccessInfo>& accesses, in AddUsesAt()62 void PreciseHiddenApiFinder::Run(const std::vector<std::unique_ptr<VeridexResolver>>& resolvers, in Run()93 void PreciseHiddenApiFinder::Dump(std::ostream& os, HiddenApiStats* stats) { in Dump()
38 class PreciseHiddenApiFinder {40 explicit PreciseHiddenApiFinder(const HiddenApi& hidden_api) : hidden_api_(hidden_api) {} in PreciseHiddenApiFinder() function
252 PreciseHiddenApiFinder precise_api_finder(hidden_api); in Run()