Home | History | Annotate | Download | only in dex

Lines Matching refs:bbid

57     BasicBlockId bbid;
238 ASSERT_LT(def->bbid, cu_.mir_graph->block_list_.Size());
239 BasicBlock* bb = cu_.mir_graph->block_list_.Get(def->bbid);