Home
last modified time | relevance | path

Searched refs:GetHandlerTypeIndex (Results 1 – 8 of 8) sorted by relevance

/art/libdexfile/dex/
Ddex_file_exception_helpers.h42 dex::TypeIndex GetHandlerTypeIndex() const { in GetHandlerTypeIndex() function
/art/compiler/
Dexception_test.cc143 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()
/art/compiler/optimizing/
Dblock_builder.cc322 if (iterator.GetHandlerTypeIndex() != info->GetCatchTypeIndex()) { in InsertTryBoundaryBlocks()
348 new (allocator_) TryCatchInformation(iterator.GetHandlerTypeIndex(), *dex_file_)); in InsertTryBoundaryBlocks()
/art/runtime/
Dart_method.cc278 dex::TypeIndex iter_type_idx = it.GetHandlerTypeIndex(); in FindCatchBlock()
Dclass_linker.cc4920 if (iterator.GetHandlerTypeIndex().IsValid()) { in ResolveMethodExceptionHandlerTypes()
4921 ObjPtr<mirror::Class> exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes()
/art/runtime/verifier/
Dmethod_verifier.cc1150 if (iterator.GetHandlerTypeIndex().IsValid()) { in ScanTryCatchBlocks()
1152 linker->ResolveType(iterator.GetHandlerTypeIndex(), dex_cache_, class_loader_); in ScanTryCatchBlocks()
3599 dex::TypeIndex handler_type_idx = iterator.GetHandlerTypeIndex(); in CodeFlowVerifyInstruction()
3803 if (!iterator.GetHandlerTypeIndex().IsValid()) { in HandleMoveException()
3808 ResolveClass<CheckAccess::kOnResolvedClass>(iterator.GetHandlerTypeIndex()); in HandleMoveException()
/art/dexlayout/
Ddex_ir_builder.cc846 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem()
/art/dexdump/
Ddexdump.cc746 const dex::TypeIndex tidx = it.GetHandlerTypeIndex(); in dumpCatches()