Home
last modified time | relevance | path

Searched refs:ReadUptr (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dfp_unwinder.h74 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 Ddfx_memory.h76 virtual bool ReadUptr(uintptr_t& addr, uintptr_t *val, bool incre = false);
H A Ddwarf_op.h81 memory_->ReadUptr(addr, &val); in OpDeref()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_memory.cpp140 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 Ddfx_instructions.cpp50 memory->ReadUptr(location, &val); in Flush()
63 memory->ReadUptr(location, &val); in Flush()
H A Ddfx_regs_x86_64.cpp67 if (!memory->ReadUptr(regsData_[REG_SP], &newPc, false) || in SetPcFromReturnAddress()
H A Ddwarf_op.cpp60 memory_->ReadUptr(addr, &val, true); in Decode()
H A Dunwinder.cpp860 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 Dmemory_test.cpp83 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));