Searched refs:isFp (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_remote_benchmark.cpp | 40 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 D | unwind_local_benchmark.cpp | 42 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 in BenchmarkUnwinderLocalFp() [all...] |
Completed in 2 milliseconds