Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc512 size_t total_strings = 0; in ProcessStrings() local
517 heap->VisitObjects(CountStringsCallback, &total_strings); // Count the strings. in ProcessStrings()
521 auto strings = hs.NewHandle(cl->AllocStringArray(self, total_strings)); in ProcessStrings()
529 CHECK_LE(string_collector.GetIndex(), total_strings); in ProcessStrings()
530 total_strings = string_collector.GetIndex(); in ProcessStrings()
533 for (size_t i = 0; i < total_strings; ++i) { in ProcessStrings()
550 for (size_t i = 0; i < total_strings; ++i) { in ProcessStrings()
592 for (size_t i = 0; i < total_strings; ++i) { in ProcessStrings()
596 LOG(INFO) << "Total # image strings=" << total_strings << " combined length=" in ProcessStrings()