Home | History | Annotate | Download | only in runtime

Lines Matching defs:dex_pc

1203   uint32_t dex_pc = stack_visitor->GetDexPc(abort_on_failure);
1204 if (!abort_on_failure && dex_pc == DexFile::kDexNoIndex) {
1205 LOG(ERROR) << "Could not find dex_pc for " << PrettyMethod(m);
1212 verifier::MethodVerifier::FindLocksAtDexPc(m, dex_pc, &monitor_enter_dex_pcs);
1268 uint32_t dex_pc,
1281 *line_number = method->GetLineNumFromDexPC(dex_pc);