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

/art/compiler/optimizing/
H A Dnodes.h760 : try_entry_(&try_entry),
763 DCHECK(try_entry_ != nullptr);
768 : try_entry_(nullptr),
772 bool IsTryBlock() const { return try_entry_ != nullptr; }
776 return *try_entry_;
799 const HTryBoundary* try_entry_; member in class:art::TryCatchInformation

Completed in 39 milliseconds