Searched refs:SetTryCatchInformation (Results 1 – 4 of 4) sorted by relevance
334 catch_block->SetTryCatchInformation( in InsertTryBoundaryBlocks()
661 block->SetTryCatchInformation(nullptr); in RemoveTry()
612 block->SetTryCatchInformation(new (allocator_) TryCatchInformation(*try_entry)); in ComputeTryBlockInformation()2653 block->SetTryCatchInformation(try_catch_info); in UpdateLoopAndTryInformationOfNewBlock()2827 new_block->SetTryCatchInformation(try_catch_info); in InlineInto()
1436 void SetTryCatchInformation(TryCatchInformation* try_catch_information) { in SetTryCatchInformation() function