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

/art/compiler/optimizing/
H A Dblock_builder.cc304 new (arena_) TryCatchInformation(iterator.GetHandlerTypeIndex(), *dex_file_));
H A Dreference_type_propagation.cc587 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation();
H A Dnodes.h756 class TryCatchInformation : public ArenaObject<kArenaAllocTryCatchInfo> { class in namespace:art
759 explicit TryCatchInformation(const HTryBoundary& try_entry) function in class:art::TryCatchInformation
767 TryCatchInformation(uint16_t catch_type_index, const DexFile& dex_file) function in class:art::TryCatchInformation
1106 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; }
1108 void SetTryCatchInformation(TryCatchInformation* try_catch_information) {
1155 TryCatchInformation* try_catch_information_;
H A Dnodes.cc400 block->SetTryCatchInformation(new (arena_) TryCatchInformation(*try_entry));
1987 // Copy TryCatchInformation if `reference` is a try block, not if it is a catch block.
1988 TryCatchInformation* try_catch_info = reference->IsTryBlock()

Completed in 52 milliseconds