Searched refs:new_catch_block (Results 1 – 1 of 1) sorted by relevance
331 HBasicBlock* new_catch_block = new (allocator_) HBasicBlock(graph_, address); in InsertTryBoundaryBlocks() local332 new_catch_block->AddInstruction(new (allocator_) HGoto(address)); in InsertTryBoundaryBlocks()333 new_catch_block->AddSuccessor(catch_block); in InsertTryBoundaryBlocks()334 graph_->AddBlock(new_catch_block); in InsertTryBoundaryBlocks()335 catch_block = new_catch_block; in InsertTryBoundaryBlocks()