Home
last modified time | relevance | path

Searched refs:dexpc (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dfault_handler.cc275 uint32_t dexpc = method_obj->ToDexPc(return_pc, false); in IsInGeneratedCode() local
276 VLOG(signals) << "dexpc: " << dexpc; in IsInGeneratedCode()
277 return !check_dex_pc || dexpc != DexFile::kDexNoIndex; in IsInGeneratedCode()
Dprofiler.cc618 uint32_t dexpc = node->GetDexPC(); in Write() local
632 new_context_map[std::make_pair(dexpc, context_sig)] = count; in Write()
782 uint32_t dexpc = strtoul(context_count[0].c_str(), nullptr, 10); in ReadPrevious() local
784 (*context_map)[std::make_pair(dexpc, "")] = count; in ReadPrevious()
787 uint32_t dexpc = strtoul(context_count[0].c_str(), nullptr, 10); in ReadPrevious() local
790 (*context_map)[std::make_pair(dexpc, context)] = count; in ReadPrevious()
/art/compiler/dex/quick/
Dmir_to_lir.h523 LIRSlowPath(Mir2Lir* m2l, const DexOffset dexpc, LIR* fromfast,
525 m2l_(m2l), cu_(m2l->cu_), current_dex_pc_(dexpc), fromfast_(fromfast), cont_(cont) { in m2l_()
1559 void SetCurrentDexPc(DexOffset dexpc) { in SetCurrentDexPc() argument
1560 current_dalvik_offset_ = dexpc; in SetCurrentDexPc()