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

/art/compiler/optimizing/
H A Dgraph_checker.cc199 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry();
215 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry();
470 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry();
H A Dinstruction_builder.cc86 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry();
161 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry();
H A Dnodes.cc397 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) {
1543 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary));
1547 return &try_catch_information_->GetTryEntry();
H A Dnodes.h774 const HTryBoundary& GetTryEntry() const { function in class:art::TryCatchInformation

Completed in 69 milliseconds