Lines Matching refs:dataPtr
72 UnwindData* dataPtr = reinterpret_cast<UnwindData*>(data);
73 if ((dataPtr != nullptr) && (dataPtr->unwinder != nullptr)) {
74 unwinder = dataPtr->unwinder;
75 unwinder->EnableFillFrames(dataPtr->isFillFrames);
76 unwinder->EnableUnwindCache(dataPtr->isCache);
77 isFp = dataPtr->isFp;
104 UnwindData* dataPtr = reinterpret_cast<UnwindData*>(data);
105 if ((dataPtr == nullptr) || (dataPtr->unwinder == nullptr)) {
110 if (!dataPtr->unwinder->GetStackRange(stackBottom, stackTop)) {
117 dataPtr->unwinder->SetRegs(regs);
124 dataPtr->unwinder->EnableFpCheckMapExec(false);
125 dataPtr->unwinder->UnwindByFp(&context);
126 auto unwSize = dataPtr->unwinder->GetPcs().size();
129 if (dataPtr->isFillFrames) {
130 auto& pcs = dataPtr->unwinder->GetPcs();
152 UnwindData* dataPtr = reinterpret_cast<UnwindData*>(data);
153 if (dataPtr != nullptr && dataPtr->isFillFrames) {
175 UnwindData* dataPtr = reinterpret_cast<UnwindData*>(data);
176 if (dataPtr != nullptr && dataPtr->isFillFrames) {