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

/art/compiler/optimizing/
H A Dcode_sinking.cc352 user->CanThrowIntoCatchBlock() ||
H A Dcode_generator.h447 return (IsTypeCheckSlowPathFatal(check_cast) && !check_cast->CanThrowIntoCatchBlock())
H A Dgraph_checker.cc480 if (instruction->CanThrowIntoCatchBlock()) {
H A Dssa_liveness_analysis.h1268 if (env_holder->CanThrowIntoCatchBlock()) return true;
H A Dcode_generator.cc1388 bool can_throw_into_catch_block = instruction->CanThrowIntoCatchBlock();
H A Dcode_generator_arm64.cc261 if (instruction_->CanThrowIntoCatchBlock()) {
406 if (instruction_->CanThrowIntoCatchBlock()) {
481 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) {
H A Dcode_generator_arm_vixl.cc408 if (instruction_->CanThrowIntoCatchBlock()) {
495 if (instruction_->CanThrowIntoCatchBlock()) {
622 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) {
H A Dcode_generator_mips64.cc126 if (instruction_->CanThrowIntoCatchBlock()) {
281 if (instruction_->CanThrowIntoCatchBlock()) {
355 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) {
H A Dcode_generator_x86.cc65 if (instruction_->CanThrowIntoCatchBlock()) {
136 if (instruction_->CanThrowIntoCatchBlock()) {
327 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) {
H A Dcode_generator_x86_64.cc69 if (instruction_->CanThrowIntoCatchBlock()) {
188 if (instruction_->CanThrowIntoCatchBlock()) {
347 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) {
H A Dcode_generator_mips.cc174 if (instruction_->CanThrowIntoCatchBlock()) {
325 if (instruction_->CanThrowIntoCatchBlock()) {
398 if (!is_fatal_ || instruction_->CanThrowIntoCatchBlock()) {
H A Dnodes.h2050 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); } function in class:art::HInstruction

Completed in 577 milliseconds