Home
last modified time | relevance | path

Searched refs:throws_into_catch (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.cc6042 static bool IsTypeCheckSlowPathFatal(TypeCheckKind type_check_kind, bool throws_into_catch) { in IsTypeCheckSlowPathFatal() argument
6048 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() local
6062 bool is_fatal_slow_path = IsTypeCheckSlowPathFatal(type_check_kind, throws_into_catch); in VisitCheckCast()
Dcode_generator_x86.cc6637 static bool IsTypeCheckSlowPathFatal(TypeCheckKind type_check_kind, bool throws_into_catch) { in IsTypeCheckSlowPathFatal() argument
6643 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() local
6658 IsTypeCheckSlowPathFatal(type_check_kind, throws_into_catch) in VisitCheckCast()
Dcode_generator_arm64.cc4138 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); in VisitCheckCast() local
4146 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) ? in VisitCheckCast()
Dcode_generator_mips64.cc2685 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); in VisitCheckCast() local
2693 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) in VisitCheckCast()
Dcode_generator_arm_vixl.cc7899 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); in VisitCheckCast() local
7907 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) ? in VisitCheckCast()
Dcode_generator_mips.cc3112 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); in VisitCheckCast() local
3120 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) in VisitCheckCast()