Home
last modified time | relevance | path

Searched defs:unwSize (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
H A Dunwind_remote_benchmark.cpp122 auto unwSize = UnwindRemote(pid, as); in Run() local
166 auto unwSize = UnwindRemote(pid, as); in RunCache() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_benchmark.cpp92 size_t unwSize = 0; in UnwinderLocal() local
126 auto unwSize = dataPtr->unwinder->GetPcs().size(); in UnwinderLocalFp() local
149 auto unwSize = FpUnwinder::GetPtr()->Unwind(regs[0], regs[1], pcs, maxSize); in FpUnwinderLocal() local
172 auto unwSize = FpUnwinder::GetPtr()->UnwindSafe(regs[0], regs[1], pcs, maxSize); in FpUnwinderLocalSafe() local
H A Dunwind_local_tid_benchmark.cpp107 auto unwSize = unwinder->GetPcs().size(); in BenchmarkUnwinderLocalWithTid() local
H A Dunwind_remote_benchmark.cpp146 size_t unwSize = 0; in Run() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H A Dunwind_remote_benchmark.cpp113 auto unwSize = unwinder.NumFrames(); in UnwindRemote() local
154 auto unwSize = UnwindRemote(unwinder, dataPtr); in Run() local
H A Dunwind_local_benchmark.cpp80 auto unwSize = unwinder.NumFrames(); in UnwindLocal() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp538 auto unwSize = unwinder->GetPcs().size(); variable