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()
278 dex::TypeIndex iter_type_idx = it.GetHandlerTypeIndex(); in FindCatchBlock()
5011 if (iterator.GetHandlerTypeIndex().IsValid()) { in ResolveMethodExceptionHandlerTypes()5012 ObjPtr<mirror::Class> exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes()
1151 if (iterator.GetHandlerTypeIndex().IsValid()) { in ScanTryCatchBlocks()1153 linker->ResolveType(iterator.GetHandlerTypeIndex(), dex_cache_, class_loader_); in ScanTryCatchBlocks()3600 dex::TypeIndex handler_type_idx = iterator.GetHandlerTypeIndex(); in CodeFlowVerifyInstruction()3804 if (!iterator.GetHandlerTypeIndex().IsValid()) { in HandleMoveException()3809 ResolveClass<CheckAccess::kOnResolvedClass>(iterator.GetHandlerTypeIndex()); in HandleMoveException()
846 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem()
785 const dex::TypeIndex tidx = it.GetHandlerTypeIndex(); in dumpCatches()