Home
last modified time | relevance | path

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

/aosp12/art/compiler/
H A Dexception_test.cc144 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()
147 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()
154 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()
/aosp12/art/libdexfile/dex/
H A Ddex_file_exception_helpers.h42 dex::TypeIndex GetHandlerTypeIndex() const { in GetHandlerTypeIndex() function
/aosp12/art/compiler/optimizing/
H A Dblock_builder.cc322 if (iterator.GetHandlerTypeIndex() != info->GetCatchTypeIndex()) { in InsertTryBoundaryBlocks()
348 new (allocator_) TryCatchInformation(iterator.GetHandlerTypeIndex(), *dex_file_)); in InsertTryBoundaryBlocks()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc1157 if (iterator.GetHandlerTypeIndex().IsValid()) { in ScanTryCatchBlocks()
1159 linker->ResolveType(iterator.GetHandlerTypeIndex(), dex_cache_, class_loader_); in ScanTryCatchBlocks()
3544 dex::TypeIndex handler_type_idx = iterator.GetHandlerTypeIndex(); in CodeFlowVerifyInstruction()
3745 if (!iterator.GetHandlerTypeIndex().IsValid()) { in HandleMoveException()
3750 ResolveClass<CheckAccess::kOnResolvedClass>(iterator.GetHandlerTypeIndex()); in HandleMoveException()
/aosp12/art/runtime/
H A Dart_method.cc279 dex::TypeIndex iter_type_idx = it.GetHandlerTypeIndex(); in FindCatchBlock()
H A Dclass_linker.cc4886 if (iterator.GetHandlerTypeIndex().IsValid()) { in ResolveMethodExceptionHandlerTypes()
4887 ObjPtr<mirror::Class> exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes()
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc846 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem()
/aosp12/art/dexdump/
H A Ddexdump.cc785 const dex::TypeIndex tidx = it.GetHandlerTypeIndex(); in dumpCatches()