Home
last modified time | relevance | path

Searched refs:TryCatchInformation (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dblock_builder.cc321 TryCatchInformation* info = existing->second->GetTryCatchInformation(); in InsertTryBoundaryBlocks()
348 new (allocator_) TryCatchInformation(iterator.GetHandlerTypeIndex(), *dex_file_)); in InsertTryBoundaryBlocks()
Dreference_type_propagation.cc651 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation(); in VisitLoadException()
Dnodes.cc768 block->SetTryCatchInformation(new (allocator_) TryCatchInformation(*try_entry)); in ComputeTryBlockInformation()
2755 TryCatchInformation* try_catch_info = in UpdateLoopAndTryInformationOfNewBlock()
2927 TryCatchInformation* try_catch_info = predecessor->GetTryCatchInformation(); in InlineInto()
Dnodes.h1037 class TryCatchInformation : public ArenaObject<kArenaAllocTryCatchInfo> {
1040 explicit TryCatchInformation(const HTryBoundary& try_entry) in TryCatchInformation() function
1048 TryCatchInformation(dex::TypeIndex catch_type_index, const DexFile& dex_file) in TryCatchInformation() function
1427 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation()
1429 void SetTryCatchInformation(TryCatchInformation* try_catch_information) { in SetTryCatchInformation()
1477 TryCatchInformation* try_catch_information_;