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