Home | History | Annotate | Download | only in dex

Lines Matching refs:old_bb

2110 bool BasicBlock::ReplaceChild(BasicBlockId old_bb, BasicBlockId new_bb) {
2113 if (taken == old_bb) {
2118 if (fall_through == old_bb) {
2130 if (successor_block_info->block == old_bb) {