Searched refs:GetTryCatchInformation (Results 1 – 8 of 8) sorted by relevance
242 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()258 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()519 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in VisitInstruction()
219 if (instruction->CanThrow() && target_block->GetTryCatchInformation() != nullptr) { in FindIdealPosition()
321 TryCatchInformation* info = existing->second->GetTryCatchInformation(); in InsertTryBoundaryBlocks()
784 if (block->GetTryCatchInformation() != nullptr) { in IsSchedulable()
552 (block->GetTryCatchInformation() == nullptr || in ComputeTryBlockInformation()553 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) { in ComputeTryBlockInformation()2418 ? reference->GetTryCatchInformation() in UpdateLoopAndTryInformationOfNewBlock()2527 DCHECK(current->GetTryCatchInformation() == nullptr); in InlineInto()
700 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation(); in VisitLoadException()
141 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals()216 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks()
1280 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation() function