Searched refs:TryCatchInformation (Results 1 – 4 of 4) sorted by relevance
308 TryCatchInformation* info = existing->second->GetTryCatchInformation(); in InsertTryBoundaryBlocks()335 new (allocator_) TryCatchInformation(iterator.GetHandlerTypeIndex(), *dex_file_)); in InsertTryBoundaryBlocks()
645 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation(); in VisitLoadException()
612 block->SetTryCatchInformation(new (allocator_) TryCatchInformation(*try_entry)); in ComputeTryBlockInformation()2651 TryCatchInformation* try_catch_info = in UpdateLoopAndTryInformationOfNewBlock()2826 TryCatchInformation* try_catch_info = predecessor->GetTryCatchInformation(); in InlineInto()
1044 class TryCatchInformation : public ArenaObject<kArenaAllocTryCatchInfo> {1047 explicit TryCatchInformation(const HTryBoundary& try_entry) in TryCatchInformation() function1055 TryCatchInformation(dex::TypeIndex catch_type_index, const DexFile& dex_file) in TryCatchInformation() function1434 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation()1436 void SetTryCatchInformation(TryCatchInformation* try_catch_information) { in SetTryCatchInformation()1484 TryCatchInformation* try_catch_information_;