Searched refs:IsCatchBlock (Results 1 – 13 of 13) sorted by relevance
199 if (successor->IsCatchBlock()) { in VisitBasicBlock()206 if (!successor->IsCatchBlock()) { in VisitBasicBlock()241 if (block->IsCatchBlock()) { in VisitBasicBlock()321 if (!handler->IsCatchBlock()) { in VisitTryBoundary()346 if (!load->GetBlock()->IsCatchBlock()) { in VisitLoadException()
712 if (block->IsEntryBlock() || block->IsCatchBlock()) { in ComputeTryBlockInformation()750 DCHECK(!successor->IsCatchBlock()); in SimplifyCFG()783 if (block->IsCatchBlock()) { in AnalyzeLoops()2141 DCHECK(!IsCatchBlock()) << "Support for updating try/catch information not implemented."; in CreateImmediateDominator()2388 DCHECK(use.GetUser()->IsPhi() && user_block->IsCatchBlock()); in RemoveUsesOfDeadInstruction()2432 if (!successor->IsCatchBlock()) { in DisconnectAndDelete()2473 if (last_instruction->IsTryBoundary() && !IsCatchBlock()) { in DisconnectAndDelete()2482 DCHECK(handler->IsCatchBlock()); in DisconnectAndDelete()2496 (last_instruction->IsTryBoundary() && IsCatchBlock())); in DisconnectAndDelete()2510 (last_instruction->IsTryBoundary() && IsCatchBlock())); in DisconnectAndDelete()
153 if (block->IsCatchBlock() || in Resolve()183 if (block->IsCatchBlock()) { in Resolve()
328 if (!block->IsCatchBlock() && in SimplifyIfs()
179 if (successor->IsCatchBlock()) { in ComputeLiveRanges()
1040 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; } in IsCatchBlock() function1043 DCHECK(IsCatchBlock()); in IsValidTypeIndex()1048 DCHECK(IsCatchBlock()); in GetCatchTypeIndex()1053 DCHECK(IsCatchBlock()); in GetCatchDexFile()1403 bool IsCatchBlock() const { in IsCatchBlock() function1404 return try_catch_information_ != nullptr && try_catch_information_->IsCatchBlock(); in IsCatchBlock()3058 bool IsCatchPhi() const { return GetBlock()->IsCatchBlock(); }3476 DCHECK(handler.IsCatchBlock());
903 if (block->IsCatchBlock()) { in VisitBasicBlock()
691 DCHECK(instr->GetBlock()->IsCatchBlock()); in VisitLoadException()
177 if (block->IsCatchBlock() || in AllocateRegistersInternal()
374 if (block->IsCatchBlock()) { in AnalyzeLoopsLocally()
136 if (block->IsCatchBlock()) { in GetLocalsForWithAllocation()167 if (current_block_->IsCatchBlock()) { in InitializeBlockLocals()
797 if (block->IsCatchBlock() in ProcessInstructions()
1326 if (!block->IsCatchBlock()) { in RecordCatchBlockInfo()