Searched refs:field_locations_ (Results 1 – 2 of 2) sorted by relevance
56 std::map<std::string, std::vector<MethodReference>> field_locations_; variable
49 field_locations_[name].push_back(ref); in CheckField()198 stats->linking_count = method_locations_.size() + field_locations_.size(); in Dump()213 for (const std::pair<std::string, std::vector<MethodReference>>& pair : field_locations_) { in Dump()