Searched refs:ReadUptr (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | fp_unwinder.h | 74 if ((!ReadUptr(prevFp, fp)) || 75 (!ReadUptr(prevFp + sizeof(uintptr_t), pc))) { 133 NO_SANITIZE bool ReadUptr(uintptr_t addr, uintptr_t& value) in ReadUptr() function
|
H A D | dfx_memory.h | 76 virtual bool ReadUptr(uintptr_t& addr, uintptr_t *val, bool incre = false);
|
H A D | dwarf_op.h | 81 memory_->ReadUptr(addr, &val); in OpDeref()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_memory.cpp | 140 bool DfxMemory::ReadUptr(uintptr_t& addr, uintptr_t *val, bool incre) in ReadUptr() function in OHOS::HiviewDFX::DfxMemory 184 if (!ReadUptr(addr, &offset, false)) { in ReadPrel31() 263 ReadUptr(addr, &val, true); in ReadEncodedValue() 269 ReadUptr(addr, &val, true); in ReadEncodedValue() 349 ReadUptr(indirectAddr, &val, true); in ReadEncodedValue()
|
H A D | dfx_instructions.cpp | 50 memory->ReadUptr(location, &val); in Flush() 63 memory->ReadUptr(location, &val); in Flush()
|
H A D | dfx_regs_x86_64.cpp | 67 if (!memory->ReadUptr(regsData_[REG_SP], &newPc, false) || in SetPcFromReturnAddress()
|
H A D | dwarf_op.cpp | 60 memory_->ReadUptr(addr, &val, true); in Decode()
|
H A D | unwinder.cpp | 860 if (ptr != 0 && memory_->ReadUptr(ptr, &fp, true) && in FpStep() 861 memory_->ReadUptr(ptr, &pc, false)) { in FpStep() 1096 if (ret && (!memory_->ReadUptr(sp, &tmp, false))) { in Apply()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | memory_test.cpp | 83 bool ret = memory->ReadUptr(addr, &value, false); 119 ASSERT_TRUE(memory->ReadUptr(addr, &value, false)); 262 bool ret = memory->ReadUptr(addr, &value, false); 306 ASSERT_TRUE(memory->ReadUptr(addr, &value, false)); 467 EXPECT_FALSE(memory->ReadUptr(addr, nullptr, false));
|