Lines Matching refs:startSize
110 size_t startSize;
592 GcHeap* dvmHeapSourceStartup(size_t startSize, size_t maximumSize,
603 if (!(startSize <= growthLimit && growthLimit <= maximumSize)) {
605 startSize, maximumSize, growthLimit);
622 msp = createMspace(base, kInitialMorecoreStart, startSize);
643 hs->startSize = startSize;
646 hs->idealSize = startSize;
651 hs->nativeFootprintGCWatermark = startSize;
652 hs->nativeFootprintLimit = startSize * 2;