Searched refs:TryCatchInformation (Results 1 – 4 of 4) sorted by relevance
321 TryCatchInformation* info = existing->second->GetTryCatchInformation(); in InsertTryBoundaryBlocks()348 new (allocator_) TryCatchInformation(iterator.GetHandlerTypeIndex(), *dex_file_)); in InsertTryBoundaryBlocks()
700 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation(); in VisitLoadException()
908 class TryCatchInformation : public ArenaObject<kArenaAllocTryCatchInfo> {911 explicit TryCatchInformation(const HTryBoundary& try_entry) in TryCatchInformation() function919 TryCatchInformation(dex::TypeIndex catch_type_index, const DexFile& dex_file) in TryCatchInformation() function1280 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation()1282 void SetTryCatchInformation(TryCatchInformation* try_catch_information) { in SetTryCatchInformation()1330 TryCatchInformation* try_catch_information_;
556 block->SetTryCatchInformation(new (allocator_) TryCatchInformation(*try_entry)); in ComputeTryBlockInformation()2417 TryCatchInformation* try_catch_info = reference->IsTryBlock() in UpdateLoopAndTryInformationOfNewBlock()