Lines Matching refs:sz
195 bool GetLockInfo(int32_t tid, char* buf, size_t sz);
444 bool Unwinder::GetLockInfo(int32_t tid, char* buf, size_t sz)
446 return impl_->GetLockInfo(tid, buf, sz);
1111 uintptr_t sz = 0x4;
1117 sz = 0x2;
1121 sz = 0x1;
1123 pc -= sz;
1293 bool Unwinder::Impl::GetLockInfo(int32_t tid, char* buf, size_t sz)
1313 size_t rsize = DfxMemory::ReadProcMemByPid(tid, lockAddr, buf, sz);
1314 if (rsize != sz) {
1315 DFXLOGW("Failed to fetch lock content, read size:%{public}zu expected size:%{public}zu", rsize, sz);