Home
last modified time | relevance | path

Searched refs:try_catch_information_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.h826 try_catch_information_(nullptr) { in graph_()
1106 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation()
1109 try_catch_information_ = try_catch_information; in SetTryCatchInformation()
1113 return try_catch_information_ != nullptr && try_catch_information_->IsTryBlock(); in IsTryBlock()
1117 return try_catch_information_ != nullptr && try_catch_information_->IsCatchBlock(); in IsCatchBlock()
1155 TryCatchInformation* try_catch_information_; variable
Dnodes.cc1543 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary)); in ComputeTryEntryOfSuccessors()
1547 return &try_catch_information_->GetTryEntry(); in ComputeTryEntryOfSuccessors()