Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DRegsX86_64.cpp56 uint64_t new_pc; in SetPcFromReturnAddress() local
57 if (!process_memory->ReadFully(regs_[X86_64_REG_SP], &new_pc, sizeof(new_pc)) || in SetPcFromReturnAddress()
58 new_pc == regs_[X86_64_REG_PC]) { in SetPcFromReturnAddress()
62 regs_[X86_64_REG_PC] = new_pc; in SetPcFromReturnAddress()
DRegsX86.cpp55 uint32_t new_pc; in SetPcFromReturnAddress() local
56 if (!process_memory->ReadFully(regs_[X86_REG_SP], &new_pc, sizeof(new_pc)) || in SetPcFromReturnAddress()
57 new_pc == regs_[X86_REG_PC]) { in SetPcFromReturnAddress()
61 regs_[X86_REG_PC] = new_pc; in SetPcFromReturnAddress()
DDwarfCfa.cpp330 AddressType new_pc = operands_[0]; in cfa_set_loc() local
331 if (new_pc < cur_pc) { in cfa_set_loc()
333 log(0, "Warning: PC is moving backwards: old 0x%" PRIx32 " new 0x%" PRIx32, cur_pc, new_pc); in cfa_set_loc()
335 log(0, "Warning: PC is moving backwards: old 0x%" PRIx64 " new 0x%" PRIx64, cur_pc, new_pc); in cfa_set_loc()
338 cur_pc_ = new_pc; in cfa_set_loc()