Home | History | Annotate | Download | only in interp

Lines Matching full:origsize

1327     int origSize, fpOffset;
1342 origSize = thread->interpStackSize;
1343 origStack = (const u1*) thread->interpStackStart - origSize;
1344 stackCopy = (u1*) malloc(origSize);
1346 memcpy(stackCopy, origStack, origSize);
1367 if (prevOffset < 0 || prevOffset > origSize) {