Searched refs:ObjOffset (Results 1 – 2 of 2) sorted by relevance
598 int ObjOffset = MFI.getObjectOffset(i); in computeFreeStackSlots() local603 ObjStart = -ObjOffset - ObjSize; in computeFreeStackSlots()604 ObjEnd = -ObjOffset; in computeFreeStackSlots()606 ObjStart = ObjOffset; in computeFreeStackSlots()607 ObjEnd = ObjOffset + ObjSize; in computeFreeStackSlots()
604 int ObjOffset = MFI->getObjectOffset(i); in computeFreeStackSlots() local609 ObjStart = -ObjOffset - ObjSize; in computeFreeStackSlots()610 ObjEnd = -ObjOffset; in computeFreeStackSlots()612 ObjStart = ObjOffset; in computeFreeStackSlots()613 ObjEnd = ObjOffset + ObjSize; in computeFreeStackSlots()