Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc353 user->CanThrowIntoCatchBlock() || in SinkCodeToUncommonBranch()
Dcode_generator.h451 return (IsTypeCheckSlowPathFatal(check_cast) && !check_cast->CanThrowIntoCatchBlock()) in GetCheckCastCallKind()
Dgraph_checker.cc509 if (instruction->CanThrowIntoCatchBlock()) { in VisitInstruction()
Dssa_liveness_analysis.h1285 if (env_holder->CanThrowIntoCatchBlock()) return true; in ShouldBeLiveForEnvironment()
Dcode_generator.cc1418 bool can_throw_into_catch_block = instruction->CanThrowIntoCatchBlock(); in CreateThrowingSlowPathLocations()
Dcode_generator_arm64.cc255 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
400 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
475 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dcode_generator_mips64.cc135 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
290 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
364 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dcode_generator_x86_64.cc77 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
196 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
356 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dcode_generator_x86.cc78 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
149 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
340 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dcode_generator_arm_vixl.cc389 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
476 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
607 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dcode_generator_mips.cc183 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
334 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
407 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dnodes.h2120 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); } in CanThrowIntoCatchBlock() function