Searched defs:handler_type_idx (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc2807 uint16_t handler_type_idx = iterator.GetHandlerTypeIndex(); local
2808 if (handler_type_idx == DexFile::kDexNoIndex16) {
2812 mirror::Class* klass = linker->ResolveType(*dex_file_, handler_type_idx, *dex_cache_,

Completed in 13 milliseconds