Searched refs:throws_into_catch (Results 1 – 6 of 6) sorted by relevance
6042 static bool IsTypeCheckSlowPathFatal(TypeCheckKind type_check_kind, bool throws_into_catch) { in IsTypeCheckSlowPathFatal() argument6048 return !throws_into_catch && !kEmitCompilerReadBarrier; in IsTypeCheckSlowPathFatal()6050 return !throws_into_catch && !kEmitCompilerReadBarrier && !kPoisonHeapReferences; in IsTypeCheckSlowPathFatal()6060 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); in VisitCheckCast() local6062 bool is_fatal_slow_path = IsTypeCheckSlowPathFatal(type_check_kind, throws_into_catch); in VisitCheckCast()
6637 static bool IsTypeCheckSlowPathFatal(TypeCheckKind type_check_kind, bool throws_into_catch) { in IsTypeCheckSlowPathFatal() argument6643 return !throws_into_catch && !kEmitCompilerReadBarrier; in IsTypeCheckSlowPathFatal()6645 return !throws_into_catch && !kEmitCompilerReadBarrier && !kPoisonHeapReferences; in IsTypeCheckSlowPathFatal()6655 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); in VisitCheckCast() local6658 IsTypeCheckSlowPathFatal(type_check_kind, throws_into_catch) in VisitCheckCast()
4138 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); in VisitCheckCast() local4146 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) ? in VisitCheckCast()
2685 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); in VisitCheckCast() local2693 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) in VisitCheckCast()
7899 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); in VisitCheckCast() local7907 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) ? in VisitCheckCast()
3112 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); in VisitCheckCast() local3120 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) in VisitCheckCast()