Searched refs:exception_type (Results 1 – 2 of 2) sorted by relevance
257 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, in FindCatchBlock() argument287 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()
568 uint32_t FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc,