Searched refs:CanThrow (Results 1 – 9 of 9) sorted by relevance
250 if (other->CanThrow() && node->GetSideEffects().DoesAnyWrite()) { in HasExceptionDependency()253 if (other->GetSideEffects().DoesAnyWrite() && node->CanThrow()) { in HasExceptionDependency()256 if (other->CanThrow() && node->CanThrow()) { in HasExceptionDependency()293 return new_candidate->CanThrow() && !old_candidate->CanThrow(); in IsBetterCandidateWithMoreLikelyDependencies()296 return new_candidate->CanThrow() || !old_candidate->CanThrow(); in IsBetterCandidateWithMoreLikelyDependencies()350 if (!instruction->GetSideEffects().DoesNothing() || instruction->CanThrow()) { in AddDependencies()
50 !instruction->CanThrow()) { in IsSimpleBlock()125 DCHECK(!instr->CanThrow()); in Run()130 DCHECK(!instr->CanThrow()); in Run()
135 if (instruction->CanThrow()) { in Run()164 if (!can_move && (instruction->CanThrow() || instruction->DoesAnyWrite())) { in Run()
83 if (instruction->CanThrow()) { in IsInterestingInstruction()219 if (instruction->CanThrow() && target_block->GetTryCatchInformation() != nullptr) { in FindIdealPosition()
300 CHECK(!between->CanThrow()); in CanMoveClinitCheck()
2115 virtual bool CanThrow() const { return false; } in CanThrow() function2120 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); } in CanThrowIntoCatchBlock()2210 !CanThrow() && in IsRemovable()3302 bool CanThrow() const override { return true; } in CanThrow() function4236 bool CanThrow() const override { return true; } in CanThrow() function4331 bool CanThrow() const override { return GetPackedFlag<kFlagCanThrow>(); } in CanThrow() function4891 bool CanThrow() const override { return true; } in CanThrow() function5254 bool CanThrow() const override { return true; } in CanThrow() function5738 bool CanThrow() const override { return true; } in CanThrow() function6033 bool CanThrow() const override { return NeedsTypeCheck(); } in CanThrow() function[all …]
121 DCHECK(div_check->CanThrow()); in TestBuildDependencyGraphAndSchedule()
1784 DCHECK(!CanThrow()); in MoveBeforeFirstUserAndOutOfLoops()1962 if (it.Current()->CanThrow()) { in HasThrowingInstructions()
2431 if (invoke->CanThrow() && !arg->CanBeNull()) { in SimplifyNPEOnArgN()