Searched refs:total_dex_file_interns (Results 1 – 1 of 1) sorted by relevance
1988 size_t total_dex_file_interns = 0u; in ProcessInterns() local1994 total_dex_file_interns += num_dex_file_interns; in ProcessInterns()1998 non_dex_file_interns_.reserve(intern_set.size() - total_dex_file_interns); in ProcessInterns()2005 DCHECK_EQ(intern_set.size(), total_dex_file_interns + non_dex_file_interns_.size()); in ProcessInterns()