Searched refs:GetTryCatchInformation (Results 1 – 12 of 12) sorted by relevance
260 instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in FindIdealPosition()263 target_block->GetTryCatchInformation()->GetTryEntry()))) { in FindIdealPosition()
349 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()365 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()657 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in VisitInstruction()
321 TryCatchInformation* info = existing->second->GetTryCatchInformation(); in InsertTryBoundaryBlocks()
764 (block->GetTryCatchInformation() == nullptr || in ComputeTryBlockInformation()765 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) { in ComputeTryBlockInformation()2756 reference->IsTryBlock() ? reference->GetTryCatchInformation() : nullptr; in UpdateLoopAndTryInformationOfNewBlock()2844 DCHECK(first->GetTryCatchInformation() == nullptr); in InlineInto()2882 current->GetTryCatchInformation() != nullptr); in InlineInto()2927 TryCatchInformation* try_catch_info = predecessor->GetTryCatchInformation(); in InlineInto()
766 if (block->GetTryCatchInformation() != nullptr) { in IsSchedulable()
703 HBasicBlock* key = block->GetTryCatchInformation()->GetTryEntry().GetBlock(); in RemoveUnneededTries()
651 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation(); in VisitLoadException()
913 << namer_.GetName(block->GetTryCatchInformation()->GetTryEntry().GetBlock()); in VisitBasicBlock()
867 if (block->GetTryCatchInformation() != nullptr) { in IsSubgraphClonable()
179 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals()254 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks()
669 if (block->GetTryCatchInformation() != nullptr) { in CalculateAndSetTryCatchKind()
1427 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation() function