Searched refs:total_dex_file_interns (Results 1 – 1 of 1) sorted by relevance
2113 size_t total_dex_file_interns = 0u; in ProcessInterns() local2119 total_dex_file_interns += num_dex_file_interns; in ProcessInterns()2123 non_dex_file_interns_.reserve(intern_set.size() - total_dex_file_interns); in ProcessInterns()2130 DCHECK_EQ(intern_set.size(), total_dex_file_interns + non_dex_file_interns_.size()); in ProcessInterns()