Home
last modified time | relevance | path

Searched refs:CanThrowIntoCatchBlock (Results 1 – 11 of 11) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dcode_sinking.cc354 user->CanThrowIntoCatchBlock() || in SinkCodeToUncommonBranch()
H A Dcode_generator.cc1180 instruction->CanThrowIntoCatchBlock(); in NeedsVregInfo()
1582 bool can_throw_into_catch_block = instruction->CanThrowIntoCatchBlock(); in CreateThrowingSlowPathLocations()
H A Dcode_generator.h485 return (IsTypeCheckSlowPathFatal(check_cast) && !check_cast->CanThrowIntoCatchBlock()) in GetCheckCastCallKind()
H A Dgraph_checker.cc515 } else if (instruction->CanThrowIntoCatchBlock()) { in VisitInstruction()
H A Dssa_liveness_analysis.h1285 if (env_holder->CanThrowIntoCatchBlock()) return true; in ShouldBeLiveForEnvironment()
H A Dcode_generator_arm64.cc215 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
365 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
440 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
H A Dinstruction_simplifier.cc2561 if (invoke->CanThrowIntoCatchBlock()) { in TryReplaceStringBuilderAppend()
H A Dcode_generator_x86_64.cc82 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
201 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
366 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
H A Dcode_generator_arm_vixl.cc394 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
481 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
617 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
H A Dcode_generator_x86.cc83 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
154 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
350 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
H A Dnodes.h2306 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); } in CanThrowIntoCatchBlock() function