Searched defs:eh_block (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dmir_graph.cc641 BasicBlock* eh_block = CreateNewBB(kExceptionHandling); local
642 cur_block->taken = eh_block->id;
643 eh_block->start_offset = cur_offset;
644 eh_block->predecessors.push_back(cur_block->id);

Completed in 22 milliseconds