Searched refs:GetTryCatchInformation (Results 1 - 5 of 5) sorted by last modified time

/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.cc396 (block->GetTryCatchInformation() == nullptr ||
397 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) {
1989 ? reference->GetTryCatchInformation()
2086 DCHECK(current->GetTryCatchInformation() == nullptr);
H A Dnodes.h1106 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } function in class:art::HBasicBlock
H A Dreference_type_propagation.cc587 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation();

Completed in 31 milliseconds