Searched refs:dex_pc_list_for_verification (Results 1 – 1 of 1) sorted by relevance
1287 std::vector<uint32_t> dex_pc_list_for_verification; in RecordCatchBlockInfo() local1289 dex_pc_list_for_verification.push_back(block->GetDexPc()); in RecordCatchBlockInfo()1299 dex_pc_list_for_verification.push_back(outer_environment->GetDexPc()); in RecordCatchBlockInfo()1306 std::reverse(dex_pc_list_for_verification.begin(), dex_pc_list_for_verification.end()); in RecordCatchBlockInfo()1307 DCHECK_EQ(dex_pc_list_for_verification.front(), outer_environment->GetDexPc()); in RecordCatchBlockInfo()1317 dex_pc_list_for_verification); in RecordCatchBlockInfo()