Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dfp_unwinder_test.cpp53 auto unwSz = FpUnwinder::GetPtr()->Unwind(pc, fp, pcs, maxSize); variable
54 ASSERT_GT(unwSz, 1);
57 for (auto i = 0; i < unwSz; ++i) {
85 auto unwSz = FpUnwinder::GetPtr()->UnwindSafe(pc, fp, pcs, maxSize); variable
86 ASSERT_GT(unwSz, 1);
89 for (auto i = 0; i < unwSz; ++i) {