Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc544 size_t num_chars = 0; in ProcessStrings() local
555 combined_chars[num_chars++] = s->CharAt(j); in ProcessStrings()
559 std::pair<size_t, size_t> new_string(num_chars - length, length); in ProcessStrings()
577 num_chars -= length; in ProcessStrings()
588 auto* array = mirror::CharArray::Alloc(self, num_chars); in ProcessStrings()
589 for (size_t i = 0; i < num_chars; ++i) { in ProcessStrings()