Searched defs:dexpc (Results 1 - 3 of 3) sorted by last modified time

/art/compiler/dex/quick/
H A Dmir_to_lir.h1608 void SetCurrentDexPc(DexOffset dexpc) { argument
1609 current_dalvik_offset_ = dexpc;
/art/runtime/
H A Dfault_handler.cc369 uint32_t dexpc = method_obj->ToDexPc(return_pc, false); local
370 VLOG(signals) << "dexpc: " << dexpc;
371 return !check_dex_pc || dexpc != DexFile::kDexNoIndex;
H A Dprofiler.cc615 uint32_t dexpc = node->GetDexPC(); local
629 new_context_map[std::make_pair(dexpc, context_sig)] = count;
779 uint32_t dexpc = strtoul(context_count[0].c_str(), nullptr, 10); local
781 (*context_map)[std::make_pair(dexpc, "")] = count;
784 uint32_t dexpc = strtoul(context_count[0].c_str(), nullptr, 10); local
787 (*context_map)[std::make_pair(dexpc, context)] = count;

Completed in 55 milliseconds