Searched refs:GetTryEntry (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_checker.cc213 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry();
229 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry();
490 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry();
H A Dnodes.cc550 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) {
1909 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary));
1913 return &try_catch_information_->GetTryEntry();
H A Dinstruction_builder.cc141 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry();
216 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry();
H A Dnodes.h906 const HTryBoundary& GetTryEntry() const { function in class:art::TryCatchInformation

Completed in 52 milliseconds