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.h479 return (IsTypeCheckSlowPathFatal(check_cast) && !check_cast->CanThrowIntoCatchBlock()) in GetCheckCastCallKind()
Dcode_generator.cc1107 instruction->CanThrowIntoCatchBlock(); in NeedsVregInfo()
1509 bool can_throw_into_catch_block = instruction->CanThrowIntoCatchBlock(); in CreateThrowingSlowPathLocations()
Dgraph_checker.cc509 if (instruction->CanThrowIntoCatchBlock()) { in VisitInstruction()
Dssa_liveness_analysis.h1285 if (env_holder->CanThrowIntoCatchBlock()) return true; in ShouldBeLiveForEnvironment()
Dcode_generator_arm64.cc256 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
401 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
476 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dcode_generator_x86_64.cc79 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
198 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
358 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dinstruction_simplifier.cc2462 if (invoke->CanThrowIntoCatchBlock()) { in TryReplaceStringBuilderAppend()
Dcode_generator_x86.cc80 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
151 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
342 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dcode_generator_arm_vixl.cc390 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
477 if (instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
608 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) { in EmitNativeCode()
Dnodes.h2135 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); } in CanThrowIntoCatchBlock() function