Searched refs:kAllocStackShiftMask (Results 1 – 1 of 1) sorted by relevance
257 static constexpr int kAllocStackShiftMask = (1 << kAllocStackShiftSize) - 1; variable280 DCHECK_EQ(stack_space & kAllocStackShiftMask, 0); in MakeOpAllocS()401 int offset_from_stack_top = stack_space & kAllocStackShiftMask; in GetUnwindInfoForBuiltinFunction()