Searched refs:GetTryCatchInformation (Results 1 – 8 of 8) sorted by relevance
243 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()259 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()525 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in VisitInstruction()
220 if (instruction->CanThrow() && target_block->GetTryCatchInformation() != nullptr) { in FindIdealPosition()
321 TryCatchInformation* info = existing->second->GetTryCatchInformation(); in InsertTryBoundaryBlocks()
765 if (block->GetTryCatchInformation() != nullptr) { in IsSchedulable()
725 (block->GetTryCatchInformation() == nullptr || in ComputeTryBlockInformation()726 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) { in ComputeTryBlockInformation()2690 ? reference->GetTryCatchInformation() in UpdateLoopAndTryInformationOfNewBlock()2802 DCHECK(current->GetTryCatchInformation() == nullptr); in InlineInto()
692 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation(); in VisitLoadException()
178 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals()253 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks()
1393 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation() function