Searched refs:CanThrowIntoCatchBlock (Results 1 – 11 of 11) sorted by relevance
353 user->CanThrowIntoCatchBlock() || in SinkCodeToUncommonBranch()
479 return (IsTypeCheckSlowPathFatal(check_cast) && !check_cast->CanThrowIntoCatchBlock()) in GetCheckCastCallKind()
1107 instruction->CanThrowIntoCatchBlock(); in NeedsVregInfo()1509 bool can_throw_into_catch_block = instruction->CanThrowIntoCatchBlock(); in CreateThrowingSlowPathLocations()
509 if (instruction->CanThrowIntoCatchBlock()) { in VisitInstruction()
1285 if (env_holder->CanThrowIntoCatchBlock()) return true; in ShouldBeLiveForEnvironment()
256 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()401 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()476 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
79 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()198 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()358 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
2462 if (invoke->CanThrowIntoCatchBlock()) { in TryReplaceStringBuilderAppend()
80 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()151 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()342 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
390 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()477 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()608 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
2135 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); } in CanThrowIntoCatchBlock() function