Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h1091 try_catch_information_(nullptr) { in graph_()
1393 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation()
1396 try_catch_information_ = try_catch_information; in SetTryCatchInformation()
1400 return try_catch_information_ != nullptr && try_catch_information_->IsTryBlock(); in IsTryBlock()
1404 return try_catch_information_ != nullptr && try_catch_information_->IsCatchBlock(); in IsCatchBlock()
1443 TryCatchInformation* try_catch_information_; variable
Dnodes.cc2222 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary)); in ComputeTryEntryOfSuccessors()
2226 return &try_catch_information_->GetTryEntry(); in ComputeTryEntryOfSuccessors()