Home
last modified time | relevance | path

Searched refs:gc_speed (Results 1 – 20 of 20) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dheap-controller.cc15 double gc_speed, in GrowingFactor() argument
19 DynamicGrowingFactor(gc_speed, mutator_speed, max_factor); in GrowingFactor()
25 gc_speed / mutator_speed, gc_speed, mutator_speed); in GrowingFactor()
96 double MemoryController<Trait>::DynamicGrowingFactor(double gc_speed, in DynamicGrowingFactor() argument
101 if (gc_speed == 0 || mutator_speed == 0) return max_factor; in DynamicGrowingFactor()
103 const double speed_ratio = gc_speed / mutator_speed; in DynamicGrowingFactor()
H A Dheap-controller.h41 static double GrowingFactor(Heap* heap, size_t max_heap_size, double gc_speed,
52 static double DynamicGrowingFactor(double gc_speed, double mutator_speed,
H A Dheap.cc3559 double ComputeMutatorUtilizationImpl(double mutator_speed, double gc_speed) { in ComputeMutatorUtilizationImpl() argument
3563 if (gc_speed == 0) gc_speed = kConservativeGcSpeedInBytesPerMillisecond; in ComputeMutatorUtilizationImpl()
3571 return gc_speed / (mutator_speed + gc_speed); in ComputeMutatorUtilizationImpl()
3577 double gc_speed) { in ComputeMutatorUtilization() argument
3578 double result = ComputeMutatorUtilizationImpl(mutator_speed, gc_speed); in ComputeMutatorUtilization()
3583 tag, result, mutator_speed, gc_speed); in ComputeMutatorUtilization()
H A Dheap.h1880 double gc_speed);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dheap-controller.cc15 double gc_speed, in GrowingFactor() argument
19 DynamicGrowingFactor(gc_speed, mutator_speed, max_factor); in GrowingFactor()
25 gc_speed / mutator_speed, gc_speed, mutator_speed); in GrowingFactor()
96 double MemoryController<Trait>::DynamicGrowingFactor(double gc_speed, in DynamicGrowingFactor() argument
101 if (gc_speed == 0 || mutator_speed == 0) return max_factor; in DynamicGrowingFactor()
103 const double speed_ratio = gc_speed / mutator_speed; in DynamicGrowingFactor()
H A Dheap-controller.h41 static double GrowingFactor(Heap* heap, size_t max_heap_size, double gc_speed,
52 static double DynamicGrowingFactor(double gc_speed, double mutator_speed,
H A Dheap.cc3273 double ComputeMutatorUtilizationImpl(double mutator_speed, double gc_speed) { in ComputeMutatorUtilizationImpl() argument
3277 if (gc_speed == 0) gc_speed = kConservativeGcSpeedInBytesPerMillisecond; in ComputeMutatorUtilizationImpl()
3285 return gc_speed / (mutator_speed + gc_speed); in ComputeMutatorUtilizationImpl()
3291 double gc_speed) { in ComputeMutatorUtilization() argument
3292 double result = ComputeMutatorUtilizationImpl(mutator_speed, gc_speed); in ComputeMutatorUtilization()
3297 tag, result, mutator_speed, gc_speed); in ComputeMutatorUtilization()
H A Dheap.h1660 double gc_speed);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dheap-controller.cc15 double gc_speed, in GrowingFactor() argument
19 DynamicGrowingFactor(gc_speed, mutator_speed, max_factor); in GrowingFactor()
25 gc_speed / mutator_speed, gc_speed, mutator_speed); in GrowingFactor()
96 double MemoryController<Trait>::DynamicGrowingFactor(double gc_speed, in DynamicGrowingFactor() argument
101 if (gc_speed == 0 || mutator_speed == 0) return max_factor; in DynamicGrowingFactor()
103 const double speed_ratio = gc_speed / mutator_speed; in DynamicGrowingFactor()
H A Dheap-controller.h41 static double GrowingFactor(Heap* heap, size_t max_heap_size, double gc_speed,
52 static double DynamicGrowingFactor(double gc_speed, double mutator_speed,
H A Dheap.cc3217 double ComputeMutatorUtilizationImpl(double mutator_speed, double gc_speed) { in ComputeMutatorUtilizationImpl() argument
3221 if (gc_speed == 0) gc_speed = kConservativeGcSpeedInBytesPerMillisecond; in ComputeMutatorUtilizationImpl()
3229 return gc_speed / (mutator_speed + gc_speed); in ComputeMutatorUtilizationImpl()
3235 double gc_speed) { in ComputeMutatorUtilization() argument
3236 double result = ComputeMutatorUtilizationImpl(mutator_speed, gc_speed); in ComputeMutatorUtilization()
3241 tag, result, mutator_speed, gc_speed); in ComputeMutatorUtilization()
H A Dheap.h1732 double gc_speed);
/dports/lang/v8/v8-9.6.180.12/test/unittests/heap/
H A Dheap-controller-unittest.cc70 double gc_speed = 100; in TEST_F() local
75 gc_speed, mutator_speed); in TEST_F()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dg_input.h72 gc_speed, enumerator
H A Dg_input.c625 gamecontrol[gc_speed ][0]=KEY_LSHIFT; in G_Controldefault()
H A Dg_game.c1036 int speed = G_KEY_DOWN(gc_speed) ^ cv_autorun[pind].EV; in G_BuildTiccmd()
H A Dm_menu.c2880 {IT_CONTROL, 0,"Run" ,M_ChangeControl,gc_speed },
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dheap.cc2938 if (gc_speed == 0) gc_speed = kConservativeGcSpeedInBytesPerMillisecond; in ComputeMutatorUtilization()
2946 return gc_speed / (mutator_speed + gc_speed); in ComputeMutatorUtilization()
2953 double gc_speed = in YoungGenerationMutatorUtilization() local
2955 double result = ComputeMutatorUtilization(mutator_speed, gc_speed); in YoungGenerationMutatorUtilization()
2960 result, mutator_speed, gc_speed); in YoungGenerationMutatorUtilization()
2969 double gc_speed = static_cast<double>( in OldGenerationMutatorUtilization() local
2976 result, mutator_speed, gc_speed); in OldGenerationMutatorUtilization()
4272 if (gc_speed == 0 || mutator_speed == 0) return max_factor; in HeapGrowingFactor()
4274 const double speed_ratio = gc_speed / mutator_speed; in HeapGrowingFactor()
4345 factor, kTargetMutatorUtilization, gc_speed / mutator_speed, gc_speed, in SetOldGenerationAllocationLimit()
[all …]
H A Dheap.h750 V8_EXPORT_PRIVATE static double HeapGrowingFactor(double gc_speed,
2098 void DampenOldGenerationAllocationLimit(size_t old_gen_size, double gc_speed,
2107 void SetOldGenerationAllocationLimit(size_t old_gen_size, double gc_speed,
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcpriv.h834 float gc_speed; // speed in bytes/msec for the gc to complete variable
3941 return inst->gc_speed; in dd_gc_speed()