Searched refs:GetHandlerTypeIndex (Results 1 – 7 of 7) sorted by relevance
137 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()140 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()147 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()
1333 uint16_t GetHandlerTypeIndex() const { in GetHandlerTypeIndex() function
3760 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) { in ResolveMethodExceptionHandlerTypes()3761 mirror::Class* exception_type = linker->ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes()
92 uint16_t iter_type_idx = it.GetHandlerTypeIndex(); in art_portable_find_catch_block_from_code()
227 uint16_t iter_type_idx = it.GetHandlerTypeIndex(); in FindCatchBlock()
644 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) { in ScanTryCatchBlocks()646 iterator.GetHandlerTypeIndex(), in ScanTryCatchBlocks()2842 uint16_t handler_type_idx = iterator.GetHandlerTypeIndex(); in CodeFlowVerifyInstruction()3001 if (iterator.GetHandlerTypeIndex() == DexFile::kDexNoIndex16) { in GetCaughtExceptionType()3004 RegType& exception = ResolveClassAndCheckAccess(iterator.GetHandlerTypeIndex()); in GetCaughtExceptionType()
580 successor_block_info->key = iterator.GetHandlerTypeIndex(); in ProcessCanThrow()