Home | History | Annotate | Download | only in interpreter

Lines Matching defs:found_dex_pc

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