Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_remote_benchmark.cpp40 bool isFp = false; member
101 static bool GetUnwinder(pid_t pid, void* data, std::shared_ptr<Unwinder>& unwinder, bool& isFp) in GetUnwinder() argument
116 isFp = dataPtr->isFp; in GetUnwinder()
139 bool isFp = false; in Run() local
140 if (!GetUnwinder(pid, data, unwinder, isFp) || (unwinder == nullptr)) { in Run()
147 if (isFp) { in Run()
285 data.isFp = true; in BenchmarkUnwinderRemoteFp()
H A Dunwind_local_benchmark.cpp42 bool isFp = false; member
70 static bool GetUnwinder(void* data, std::shared_ptr<Unwinder>& unwinder, bool& isFp) in GetUnwinder() argument
77 isFp = dataPtr->isFp; in GetUnwinder()
87 bool isFp = false; in UnwinderLocal() local
88 if (!GetUnwinder(data, unwinder, isFp)) { in UnwinderLocal()
91 MAYBE_UNUSED bool unwRet = unwinder->UnwindLocal(false, isFp); in UnwinderLocal()
93 if (isFp) { in UnwinderLocal()
337 data.isFp = true; in BenchmarkUnwinderLocalByFp()
351 data.isFp = true; in BenchmarkUnwinderLocalFp()
366 data.isFp = true; in BenchmarkUnwinderLocalFpFrames()