Searched refs:ObjStart (Results 1 – 1 of 1) sorted by relevance
693 int ObjStart, ObjEnd; in computeFreeStackSlots() local696 ObjStart = -ObjOffset - ObjSize; in computeFreeStackSlots()699 ObjStart = ObjOffset; in computeFreeStackSlots()704 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()733 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local734 if (alignTo(ObjStart, ObjAlign) != ObjStart) in scavengeStackSlot()754 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local756 << ObjStart << "]\n"); in scavengeStackSlot()757 MFI.setObjectOffset(FrameIdx, ObjStart); in scavengeStackSlot()