Home
last modified time | relevance | path

Searched refs:GetHandlerTypeIndex (Results 1 – 6 of 6) 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.cc269 dex::TypeIndex iter_type_idx = it.GetHandlerTypeIndex(); in FindCatchBlock()
/art/dexlayout/
Ddex_ir_builder.cc845 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem()
/art/dexdump/
Ddexdump.cc746 const dex::TypeIndex tidx = it.GetHandlerTypeIndex(); in dumpCatches()