Searched refs:ObjEnd (Results 1 – 3 of 3) sorted by relevance
756 int ObjStart, ObjEnd; in computeFreeStackSlots() local760 ObjEnd = -ObjOffset; in computeFreeStackSlots()763 ObjEnd = ObjOffset + ObjSize; in computeFreeStackSlots()766 if (ObjEnd > 0) in computeFreeStackSlots()767 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()
4095 int64_t ObjEnd = ObjStart + MFI.getObjectSize(I); in verifyStackProtector() local4096 if (SPStart < ObjEnd && ObjStart < SPEnd) { in verifyStackProtector()
1401 int64_t ObjEnd = ObjBegin + MFI.getObjectSize(FI); in LowerMemArgument() local1402 if (ObjBegin <= PartBegin && PartEnd <= ObjEnd) in LowerMemArgument()