Home
last modified time | relevance | path

Searched refs:result_bb (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dmir_graph.cc1867 BasicBlock* result_bb = mir_graph->CreateNewBB(block_type); in Copy() local
1872 result_bb->fall_through = fall_through; in Copy()
1873 result_bb->taken = taken; in Copy()
1878 result_bb->successor_block_list_type = successor_block_list_type; in Copy()
1879 if (result_bb->successor_block_list_type != kNotUsed) { in Copy()
1881result_bb->successor_blocks = new (arena) GrowableArray<SuccessorBlockInfo*>(arena, size, kGrowabl… in Copy()
1890 result_bb->successor_blocks->Insert(sbi_new); in Copy()
1895 result_bb->start_offset = start_offset; in Copy()
1903 result_bb->AppendMIR(copy); in Copy()
1906 return result_bb; in Copy()