Home | History | Annotate | Download | only in interpreter

Lines Matching refs:found_dex_pc

412   uint32_t found_dex_pc = shadow_frame.GetMethod()->FindCatchBlock(
414 if (found_dex_pc == DexFile::kDexNoIndex && instrumentation != nullptr) {
420 // Exception is caught in the current method. We will jump to the found_dex_pc.
425 return found_dex_pc;