Lines Matching refs:heapSize
40 EcmaParamConfiguration(HeapType heapType, size_t poolSize, size_t heapSize = 1_MB)
44 if (heapSize > LOW_MEMORY && heapSize < DEFAULT_WORKER_HEAP_SIZE) {
45 maxHeapSize_ = heapSize;
51 if (heapSize > LOW_MEMORY && heapSize < DEFAULT_SHARED_HEAP_SIZE) {
52 maxHeapSize_ = heapSize;
63 if (heapSize > LOW_MEMORY && heapSize < DEFAULT_HEAP_SIZE) {
64 maxHeapSize_ = heapSize;
66 if (heapSize >= DEFAULT_HEAP_SIZE && heapSize <= MAX_HEAP_SIZE) {
67 maxHeapSize_ = heapSize;