Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h1055 try_catch_information_(nullptr) { in graph_()
1353 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation()
1356 try_catch_information_ = try_catch_information; in SetTryCatchInformation()
1360 return try_catch_information_ != nullptr && try_catch_information_->IsTryBlock(); in IsTryBlock()
1364 return try_catch_information_ != nullptr && try_catch_information_->IsCatchBlock(); in IsCatchBlock()
1403 TryCatchInformation* try_catch_information_; variable
Dnodes.cc1950 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary)); in ComputeTryEntryOfSuccessors()
1954 return &try_catch_information_->GetTryEntry(); in ComputeTryEntryOfSuccessors()