Searched refs:CanThrowIntoCatchBlock (Results 1 – 11 of 11) sorted by relevance
354 user->CanThrowIntoCatchBlock() || in SinkCodeToUncommonBranch()
1180 instruction->CanThrowIntoCatchBlock(); in NeedsVregInfo()1582 bool can_throw_into_catch_block = instruction->CanThrowIntoCatchBlock(); in CreateThrowingSlowPathLocations()
485 return (IsTypeCheckSlowPathFatal(check_cast) && !check_cast->CanThrowIntoCatchBlock()) in GetCheckCastCallKind()
515 } else if (instruction->CanThrowIntoCatchBlock()) { in VisitInstruction()
1285 if (env_holder->CanThrowIntoCatchBlock()) return true; in ShouldBeLiveForEnvironment()
215 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()365 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()440 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
2561 if (invoke->CanThrowIntoCatchBlock()) { in TryReplaceStringBuilderAppend()
82 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()201 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()366 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
394 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()481 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()617 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
83 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()154 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()350 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
2306 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); } in CanThrowIntoCatchBlock() function