Searched refs:ReadS16 (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_memory.h | 53 virtual bool ReadS16(uintptr_t& addr, int16_t *val, bool incre = false) in ReadS16() function in OHOS::HiviewDFX::DfxMemory
|
H A D | dwarf_op.h | 283 memory_->ReadS16(exprPtr, &offset, true); in OpSkip() 292 memory_->ReadS16(exprPtr, &offset, true); in OpBra()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dwarf_op.cpp | 92 memory_->ReadS16(addr, &val, true);
in Decode()
|
H A D | dfx_memory.cpp | 298 ReadS16(addr, &tmp, true); in ReadEncodedValue()
|
Completed in 3 milliseconds