Searched refs:GetHandlerTypeIndex (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Dexception_test.cc136 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
139 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
146 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
H A Ddex_file.h1306 uint16_t GetHandlerTypeIndex() const { function in class:art::CatchHandlerIterator
H A Dclass_linker.cc3703 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) {
3704 mirror::Class* exception_type = linker->ResolveType(iterator.GetHandlerTypeIndex(), method);
/art/runtime/entrypoints/portable/
H A Dportable_throw_entrypoints.cc92 uint16_t iter_type_idx = it.GetHandlerTypeIndex();
/art/runtime/mirror/
H A Dart_method.cc248 uint16_t iter_type_idx = it.GetHandlerTypeIndex();
/art/runtime/verifier/
H A Dmethod_verifier.cc627 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) {
629 iterator.GetHandlerTypeIndex(),
2807 uint16_t handler_type_idx = iterator.GetHandlerTypeIndex();
2966 if (iterator.GetHandlerTypeIndex() == DexFile::kDexNoIndex16) {
2969 RegType& exception = ResolveClassAndCheckAccess(iterator.GetHandlerTypeIndex());
/art/compiler/dex/
H A Dmir_graph.cc580 successor_block_info->key = iterator.GetHandlerTypeIndex();

Completed in 330 milliseconds