Searched refs:try_entry (Results 1 – 8 of 8) sorted by relevance
106 void RemoveTry(HBasicBlock* try_entry,
352 HTryBoundary* try_entry = new (allocator_) HTryBoundary( in InsertTryBoundaryBlocks() local354 try_block->CreateImmediateDominator()->AddInstruction(try_entry); in InsertTryBoundaryBlocks()355 LinkToCatchBlocks(try_entry, code_item_accessor_, try_item, catch_blocks); in InsertTryBoundaryBlocks()
641 void HDeadCodeElimination::RemoveTry(HBasicBlock* try_entry, in RemoveTry() argument645 DCHECK(try_entry->EndsWithTryBoundary()); in RemoveTry()646 DCHECK(try_entry->GetLastInstruction()->AsTryBoundary()->IsEntry()); in RemoveTry()647 DisconnectHandlersAndUpdateTryBoundary(try_entry, any_block_in_loop); in RemoveTry()
261 const HTryBoundary& try_entry = in FindIdealPosition() local264 try_entry.HasSameExceptionHandlersAs( in FindIdealPosition()
369 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock() local373 try_entry.DebugName(), in VisitBasicBlock()374 try_entry.GetId())); in VisitBasicBlock()
605 const HTryBoundary* try_entry = first_predecessor->ComputeTryEntryOfSuccessors(); in ComputeTryBlockInformation() local606 graph_has_try_catch |= try_entry != nullptr; in ComputeTryBlockInformation()607 if (try_entry != nullptr && in ComputeTryBlockInformation()609 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) { in ComputeTryBlockInformation()612 block->SetTryCatchInformation(new (allocator_) TryCatchInformation(*try_entry)); in ComputeTryBlockInformation()
180 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals() local181 if (try_entry.HasExceptionHandler(*current_block_)) { in InitializeBlockLocals()255 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks() local256 for (HBasicBlock* catch_block : try_entry.GetExceptionHandlers()) { in PropagateLocalsToCatchBlocks()
1047 explicit TryCatchInformation(const HTryBoundary& try_entry) in TryCatchInformation() argument1048 : try_entry_(&try_entry), in TryCatchInformation()