Searched refs:ObjStart (Results 1 – 1 of 1) sorted by relevance
754 int ObjStart, ObjEnd; in computeFreeStackSlots() local757 ObjStart = -ObjOffset - ObjSize; in computeFreeStackSlots()760 ObjStart = ObjOffset; in computeFreeStackSlots()765 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()794 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local795 if (alignTo(ObjStart, ObjAlign) != ObjStart) in scavengeStackSlot()815 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local817 << ObjStart << "]\n"); in scavengeStackSlot()818 MFI.setObjectOffset(FrameIdx, ObjStart); in scavengeStackSlot()