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

/art/compiler/dex/quick/
H A Dcodegen_util.cc640 std::vector<uint32_t> dex_pcs; local
641 dex_pcs.reserve(table.DexToPcSize());
643 dex_pcs.push_back(it.DexPc());
645 // Sort dex_pcs, so that we can quickly check it against the ordered mir_graph_->catches_.
646 std::sort(dex_pcs.begin(), dex_pcs.end());
649 auto it = dex_pcs.begin(), end = dex_pcs.end();

Completed in 25 milliseconds