Searched refs:GetTryCatchInformation (Results 1 – 6 of 6) sorted by relevance
201 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()217 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()478 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in VisitInstruction()
759 if (block->GetTryCatchInformation() != nullptr) { in IsSchedulable()
391 (block->GetTryCatchInformation() == nullptr || in ComputeTryBlockInformation()392 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) { in ComputeTryBlockInformation()2125 ? reference->GetTryCatchInformation() in UpdateLoopAndTryInformationOfNewBlock()2234 DCHECK(current->GetTryCatchInformation() == nullptr); in InlineInto()
650 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation(); in VisitLoadException()
98 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals()173 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks()
1209 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation() function