Searched refs:GetHandlerTypeIndex (Results 1 – 8 of 8) sorted by relevance
42 dex::TypeIndex GetHandlerTypeIndex() const { in GetHandlerTypeIndex() function
143 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()146 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()153 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()
322 if (iterator.GetHandlerTypeIndex() != info->GetCatchTypeIndex()) { in InsertTryBoundaryBlocks()348 new (allocator_) TryCatchInformation(iterator.GetHandlerTypeIndex(), *dex_file_)); in InsertTryBoundaryBlocks()
1007 if (iterator.GetHandlerTypeIndex().IsValid()) { in ScanTryCatchBlocks()1009 linker->ResolveType(iterator.GetHandlerTypeIndex(), dex_cache_, class_loader_); in ScanTryCatchBlocks()3591 dex::TypeIndex handler_type_idx = iterator.GetHandlerTypeIndex(); in CodeFlowVerifyInstruction()3781 if (!iterator.GetHandlerTypeIndex().IsValid()) { in GetCaughtExceptionType()3785 ResolveClass<CheckAccess::kYes>(iterator.GetHandlerTypeIndex()); in GetCaughtExceptionType()
269 dex::TypeIndex iter_type_idx = it.GetHandlerTypeIndex(); in FindCatchBlock()
4821 if (iterator.GetHandlerTypeIndex().IsValid()) { in ResolveMethodExceptionHandlerTypes()4822 ObjPtr<mirror::Class> exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes()
845 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem()
746 const dex::TypeIndex tidx = it.GetHandlerTypeIndex(); in dumpCatches()