Searched refs:ObjStart (Results 1 – 1 of 1) sorted by relevance
691 int ObjStart, ObjEnd; in computeFreeStackSlots() local694 ObjStart = -ObjOffset - ObjSize; in computeFreeStackSlots()697 ObjStart = ObjOffset; in computeFreeStackSlots()702 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()731 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local732 if (alignTo(ObjStart, ObjAlign) != ObjStart) in scavengeStackSlot()752 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local754 << ObjStart << "]\n"); in scavengeStackSlot()755 MFI.setObjectOffset(FrameIdx, ObjStart); in scavengeStackSlot()