Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Dfp_unwinder.h82 if ((!ReadUptr(prevFp, fp)) ||
83 (!ReadUptr(prevFp + sizeof(uintptr_t), pc))) {
141 __attribute__((no_sanitize("address"))) bool ReadUptr(uintptr_t addr, uintptr_t& value) in ReadUptr() function
143 bool ReadUptr(uintptr_t addr, uintptr_t& value) in ReadUptr()
Ddfx_memory.h76 virtual bool ReadUptr(uintptr_t& addr, uintptr_t *val, bool incre = false);
Ddwarf_op.h81 memory_->ReadUptr(addr, &val); in OpDeref()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
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()
Ddfx_instructions.cpp50 memory->ReadUptr(location, &val); in Flush()
63 memory->ReadUptr(location, &val); in Flush()
Ddfx_regs_x86_64.cpp67 if (!memory->ReadUptr(regsData_[REG_SP], &newPc, false) || in SetPcFromReturnAddress()
Ddwarf_op.cpp60 memory_->ReadUptr(addr, &val, true); in Decode()
Dunwinder.cpp483 if (memory_->ReadUptr(ptr, &fp, true) && in FpStep()
484 memory_->ReadUptr(ptr, &pc, false)) { in FpStep()
693 if (ret && (!memory_->ReadUptr(sp, &tmp, false))) { in Apply()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
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));