Searched defs:IsCatchBlock (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dnodes.h779 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; } function in class:art::TryCatchInformation
782 DCHECK(IsCatchBlock());
787 DCHECK(IsCatchBlock());
792 DCHECK(IsCatchBlock());
1116 bool IsCatchBlock() const { function in class:art::HBasicBlock
1117 return try_catch_information_ != nullptr && try_catch_information_->IsCatchBlock();
2366 bool IsCatchPhi() const { return GetBlock()->IsCatchBlock(); }
2754 DCHECK(handler.IsCatchBlock());

Completed in 22 milliseconds