Home
last modified time | relevance | path

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

/art/tools/veridex/
Dhidden_api_finder.h56 std::map<std::string, std::vector<MethodReference>> method_locations_; variable
Dhidden_api_finder.cc39 method_locations_[name].push_back(ref); in CheckMethod()
177 stats->linking_count = method_locations_.size() + field_locations_.size(); in Dump()
181 std::vector<MethodReference>>& pair : method_locations_) { in Dump()