Lines Matching refs:isFp
42 bool isFp = false;
70 static bool GetUnwinder(void* data, std::shared_ptr<Unwinder>& unwinder, bool& isFp)
77 isFp = dataPtr->isFp;
87 bool isFp = false;
88 if (!GetUnwinder(data, unwinder, isFp)) {
91 MAYBE_UNUSED bool unwRet = unwinder->UnwindLocal(false, isFp);
93 if (isFp) {
337 data.isFp = true;
351 data.isFp = true;
366 data.isFp = true;