Searched defs:IsTryBlock (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h772 bool IsTryBlock() const { return try_entry_ != nullptr; } function in class:art::TryCatchInformation
775 DCHECK(IsTryBlock());
1112 bool IsTryBlock() const { function in class:art::HBasicBlock
1113 return try_catch_information_ != nullptr && try_catch_information_->IsTryBlock();
1819 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); }

Completed in 296 milliseconds