Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc2113 size_t total_dex_file_interns = 0u; in ProcessInterns() local
2119 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()