Searched refs:FindCatchBlock (Results 1 – 5 of 5) sorted by relevance
112 uint32_t found_dex_pc = method->FindCatchBlock(to_find, dex_pc, &clear_exception); in HandleTryItems()
619 uint32_t FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc,
267 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, in FindCatchBlock() function in art::ArtMethod
167 uint32_t found_dex_pc = shadow_frame.GetMethod()->FindCatchBlock( in MoveToExceptionHandler()
960 uint32_t found_dex_pc = method->FindCatchBlock( in FindCatchMethodsFromThrow()