Home | History | Annotate | Download | only in interpreter

Lines Matching defs:dex_pc

407     uint32_t dex_pc = GetDexPc();
408 if (dex_pc != DexFile::kDexNoIndex) {
414 found_dex_pc = mirror::ArtMethod::FindCatchBlock(h_method, exception_class, dex_pc,
452 uint32_t dex_pc,
470 found_dex_pc = mirror::ArtMethod::FindCatchBlock(h_method, exception_class, dex_pc,
475 shadow_frame.GetMethod(), dex_pc);
479 shadow_frame.GetMethod(), dex_pc);