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

  /external/lldb/source/Target/
ThreadPlanStepOverBreakpoint.cpp 116 lldb::addr_t pc_addr = m_thread.GetRegisterContext()->GetPC(); local
118 if (pc_addr == m_breakpoint_addr)
ThreadPlanTracer.cpp 190 Address pc_addr; local
193 addr_valid = process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, pc_addr);
195 pc_addr.Dump(stream, &m_thread, Address::DumpStyleResolvedDescription, Address::DumpStyleModuleWithFileAddress);
212 disassembler->DecodeInstructions (pc_addr, extractor, 0, 1, false, data_from_file);
  /art/runtime/
stack.cc 402 byte* pc_addr = sp + GetMethod()->GetReturnPcOffsetInBytes(); local
403 return *reinterpret_cast<uintptr_t*>(pc_addr);
409 byte* pc_addr = sp + GetMethod()->GetReturnPcOffsetInBytes(); local
410 *reinterpret_cast<uintptr_t*>(pc_addr) = new_ret_pc;

Completed in 139 milliseconds