Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dunwinding-info-win64.cc254 static constexpr int kFunctionLengthShiftSize = 2; variable
255 static constexpr int kFunctionLengthMask = (1 << kFunctionLengthShiftSize) - 1;
375 xdata.unwind_info.FunctionLength = func_len >> kFunctionLengthShiftSize; in GetUnwindInfoForBuiltinFunction()
458 remaining_size_in_bytes >> kFunctionLengthShiftSize); in InitUnwindingRecord()