Searched refs:CanThrowIntoCatchBlock (Results 1 – 12 of 12) sorted by relevance
353 user->CanThrowIntoCatchBlock() || in SinkCodeToUncommonBranch()
451 return (IsTypeCheckSlowPathFatal(check_cast) && !check_cast->CanThrowIntoCatchBlock()) in GetCheckCastCallKind()
509 if (instruction->CanThrowIntoCatchBlock()) { in VisitInstruction()
1285 if (env_holder->CanThrowIntoCatchBlock()) return true; in ShouldBeLiveForEnvironment()
1418 bool can_throw_into_catch_block = instruction->CanThrowIntoCatchBlock(); in CreateThrowingSlowPathLocations()
255 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()400 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()475 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
135 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()290 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()364 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
77 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()196 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()356 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
78 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()149 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()340 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
389 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()476 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()607 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
183 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()334 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()407 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
2120 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); } in CanThrowIntoCatchBlock() function