HomeSort by relevance Sort by last modified time
    Searched refs:dexpc (Results 1 - 3 of 3) sorted by null

  /art/runtime/
fault_handler.cc 275 uint32_t dexpc = method_obj->ToDexPc(return_pc, false); local
276 VLOG(signals) << "dexpc: " << dexpc;
277 return !check_dex_pc || dexpc != DexFile::kDexNoIndex;
profiler.cc 618 uint32_t dexpc = node->GetDexPC(); local
632 new_context_map[std::make_pair(dexpc, context_sig)] = count;
782 uint32_t dexpc = strtoul(context_count[0].c_str(), nullptr, 10); local
784 (*context_map)[std::make_pair(dexpc, "")] = count;
787 uint32_t dexpc = strtoul(context_count[0].c_str(), nullptr, 10); local
790 (*context_map)[std::make_pair(dexpc, context)] = count;
  /art/compiler/dex/quick/
mir_to_lir.h 523 LIRSlowPath(Mir2Lir* m2l, const DexOffset dexpc, LIR* fromfast,
525 m2l_(m2l), cu_(m2l->cu_), current_dex_pc_(dexpc), fromfast_(fromfast), cont_(cont) {
    [all...]

Completed in 1016 milliseconds