Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc353 user->CanThrowIntoCatchBlock() || in SinkCodeToUncommonBranch()
Dcode_generator.h484 return (IsTypeCheckSlowPathFatal(check_cast) && !check_cast->CanThrowIntoCatchBlock()) in GetCheckCastCallKind()
Dcode_generator.cc1158 instruction->CanThrowIntoCatchBlock(); in NeedsVregInfo()
1560 bool can_throw_into_catch_block = instruction->CanThrowIntoCatchBlock(); in CreateThrowingSlowPathLocations()
Dgraph_checker.cc510 if (instruction->CanThrowIntoCatchBlock()) { in VisitInstruction()
Dssa_liveness_analysis.h1285 if (env_holder->CanThrowIntoCatchBlock()) return true; in ShouldBeLiveForEnvironment()
Dcode_generator_arm64.cc257 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
402 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
477 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dinstruction_simplifier.cc2465 if (invoke->CanThrowIntoCatchBlock()) { in TryReplaceStringBuilderAppend()
Dcode_generator_x86_64.cc80 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
199 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
359 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dcode_generator_x86.cc81 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
152 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
343 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dcode_generator_arm_vixl.cc391 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
478 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
609 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dnodes.h2191 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); } in CanThrowIntoCatchBlock() function