Searched defs:grouped_and_sorted_fields (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dclass_linker.cc272 std::deque<ArtField*>* grouped_and_sorted_fields,
276 DCHECK(grouped_and_sorted_fields != nullptr);
281 while (!grouped_and_sorted_fields->empty()) {
282 ArtField* field = grouped_and_sorted_fields->front();
293 grouped_and_sorted_fields->pop_front();
7353 std::deque<ArtField*> grouped_and_sorted_fields; local
7357 grouped_and_sorted_fields.push_back(&fields->At(i));
7359 std::sort(grouped_and_sorted_fields.begin(), grouped_and_sorted_fields.end(),
7368 ArtField* field = grouped_and_sorted_fields
[all...]

Completed in 24 milliseconds