Home | History | Annotate | Download | only in interpreter

Lines Matching refs:found_dex_pc

409       uint32_t found_dex_pc;
414 found_dex_pc = mirror::ArtMethod::FindCatchBlock(h_method, exception_class, dex_pc,
417 if (found_dex_pc != DexFile::kDexNoIndex) {
419 catch_dex_pc_ = found_dex_pc;
466 uint32_t found_dex_pc;
470 found_dex_pc = mirror::ArtMethod::FindCatchBlock(h_method, exception_class, dex_pc,
473 if (found_dex_pc == DexFile::kDexNoIndex) {
485 return found_dex_pc;