Searched refs:CanThrow (Results 1 – 11 of 11) sorted by relevance
253 if (instr2->CanThrow() && instr1->GetSideEffects().DoesAnyWrite()) { in HasExceptionDependency()256 if (instr2->GetSideEffects().DoesAnyWrite() && instr1->CanThrow()) { in HasExceptionDependency()259 if (instr2->CanThrow() && instr1->CanThrow()) { in HasExceptionDependency()278 return new_candidate->CanThrow() && !old_candidate->CanThrow(); in IsBetterCandidateWithMoreLikelyDependencies()281 return new_candidate->CanThrow() || !old_candidate->CanThrow(); in IsBetterCandidateWithMoreLikelyDependencies()366 if (!instruction->GetSideEffects().DoesNothing() || instruction->CanThrow()) { in AddDependencies()
48 !instruction->CanThrow()) { in IsSimpleBlock()123 DCHECK(!instr->CanThrow()); in Run()128 DCHECK(!instr->CanThrow()); in Run()
135 if (instruction->CanThrow()) { in Run()164 if (!can_move && (instruction->CanThrow() || instruction->DoesAnyWrite())) { in Run()
164 if ((can_merge_with_load_class || !load_class->CanThrow()) && !load_class->HasUses()) { in VisitClinitCheck()300 CHECK(!between->CanThrow()); in CanMoveClinitCheck()
83 if (instruction->CanThrow()) { in IsInterestingInstruction()219 if (instruction->CanThrow() && target_block->GetTryCatchInformation() != nullptr) { in FindIdealPosition()
2186 virtual bool CanThrow() const { return false; } in CanThrow() function2191 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); } in CanThrowIntoCatchBlock()2282 !CanThrow() && in IsRemovable()3374 bool CanThrow() const override { return true; } in CanThrow() function4306 bool CanThrow() const override { return true; } in CanThrow() function4401 bool CanThrow() const override { return GetPackedFlag<kFlagCanThrow>(); } in CanThrow() function5002 bool CanThrow() const override { return true; } in CanThrow() function5365 bool CanThrow() const override { return true; } in CanThrow() function5847 bool CanThrow() const override { return true; } in CanThrow() function6142 bool CanThrow() const override { return NeedsTypeCheck(); } in CanThrow() function[all …]
637 if (instruction->CanThrow()) { in VisitSetLocation()660 if (possibly_redundant && !instruction->CanThrow()) { in VisitSetLocation()
115 DCHECK(div_check->CanThrow()); in TestBuildDependencyGraphAndSchedule()
1784 DCHECK(!CanThrow()); in MoveBeforeFirstUserAndOutOfLoops()1962 if (it.Current()->CanThrow()) { in HasThrowingInstructions()
1282 if (instruction->CanThrow()) { in VectorizeDef()
2424 if (invoke->CanThrow() && !arg->CanBeNull()) { in SimplifyNPEOnArgN()