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

/art/compiler/dex/quick/
H A Dcodegen_util.cc1366 BasicBlock* first_bb = local
1368 DCHECK(first_bb != nullptr);
1369 DCHECK(first_bb->data_flow_info != nullptr);
1370 DCHECK(first_bb->data_flow_info->vreg_to_ssa_map_exit != nullptr);
1371 const int32_t* first_vreg_to_ssa_map = first_bb->data_flow_info->vreg_to_ssa_map_exit;

Completed in 142 milliseconds