Searched refs:kFunctionLengthShiftSize (Results 1 – 1 of 1) sorted by relevance
254 static constexpr int kFunctionLengthShiftSize = 2; variable255 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()