Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc205 size_t num_searched_strong_frozen_tables) { in Insert() argument
218 strong_interns_.Find(s, hash, num_searched_strong_frozen_tables); in Insert()
226 num_searched_strong_frozen_tables = strong_interns_.tables_.size() - 1u; in Insert()
258 size_t num_searched_strong_frozen_tables; in InternStrong() local
263 num_searched_strong_frozen_tables = strong_interns_.tables_.size() - 1u; in InternStrong()
278 return Insert(s, hash, /*is_strong=*/ true, num_searched_strong_frozen_tables); in InternStrong()
Dintern_table.h286 size_t num_searched_strong_frozen_tables = 0u)