Searched refs:ObjStart (Results 1 – 1 of 1) sorted by relevance
779 int ObjStart, ObjEnd; in computeFreeStackSlots() local782 ObjStart = -ObjOffset - ObjSize; in computeFreeStackSlots()785 ObjStart = ObjOffset; in computeFreeStackSlots()790 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()819 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local820 if (alignTo(ObjStart, ObjAlign) != ObjStart) in scavengeStackSlot()840 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local842 << ObjStart << "]\n"); in scavengeStackSlot()843 MFI.setObjectOffset(FrameIdx, ObjStart); in scavengeStackSlot()