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