Searched refs:grouped_and_sorted_fields (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc315 std::deque<ArtField*>* grouped_and_sorted_fields,
319 DCHECK(grouped_and_sorted_fields != nullptr);
324 while (!grouped_and_sorted_fields->empty()) {
325 ArtField* field = grouped_and_sorted_fields->front();
336 grouped_and_sorted_fields->pop_front();
7657 std::deque<ArtField*> grouped_and_sorted_fields; local
7661 grouped_and_sorted_fields.push_back(&fields->At(i));
7663 std::sort(grouped_and_sorted_fields.begin(), grouped_and_sorted_fields.end(),
7672 ArtField* field = grouped_and_sorted_fields
[all...]

Completed in 33 milliseconds