Lines Matching refs:sort
629 // Sort dex_pcs, so that we can quickly check it against the ordered mir_graph_->catches_.
630 std::sort(dex_pcs.begin(), dex_pcs.end());
1069 // Core regs may have been inserted out of order - sort first.
1070 std::sort(core_vmap_table_.begin(), core_vmap_table_.end());
1072 // Copy, stripping out the phys register sort key.
1084 // For other platforms regs may have been inserted out of order - sort first.
1085 std::sort(fp_vmap_table_.begin(), fp_vmap_table_.end());
1087 // Copy, stripping out the phys register sort key.