Lines Matching refs:xdata
182 V8UnwindData xdata;
184 reinterpret_cast<uint8_t*>(&xdata),
185 reinterpret_cast<uint8_t*>(&xdata) + sizeof(xdata));
240 // UNWIND_INFO defines the static part (first 32-bit) of the .xdata record in
242 // https://docs.microsoft.com/en-us/cpp/build/arm64-exception-handling#xdata-records
372 V8UnwindData<kMaxNumberOfUnwindCodeWords> xdata;
375 xdata.unwind_info.FunctionLength = func_len >> kFunctionLengthShiftSize;
381 xdata.unwind_info.CodeWords = kDefaultNumberOfUnwindCodeWords;
404 xdata.unwind_codes[0] = Combine8BitUnwindCodes(
407 xdata.unwind_codes[1] = Combine8BitUnwindCodes(OpEnd);
411 reinterpret_cast<uint8_t*>(&xdata),
413 &xdata.unwind_codes[xdata.unwind_info.CodeWords]));