HomeSort by relevance Sort by last modified time
    Searched full:total_strings (Results 1 - 1 of 1) sorted by null

  /art/compiler/
image_writer.cc 512 size_t total_strings = 0; local
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="
    [all...]

Completed in 69 milliseconds