Lines Matching defs:oomOvershootSize
41 size_t oomOvershootSize = vm->GetEcmaParamConfiguration().GetOutOfMemoryOvershootSize(); \
42 (space)->IncreaseOutOfMemoryOvershootSize(oomOvershootSize); \
53 size_t oomOvershootSize = GetEcmaParamConfiguration().GetOutOfMemoryOvershootSize(); \
54 (space)->IncreaseOutOfMemoryOvershootSize(oomOvershootSize); \
63 size_t oomOvershootSize = vm->GetEcmaParamConfiguration().GetOutOfMemoryOvershootSize(); \
64 (space)->IncreaseOutOfMemoryOvershootSize(oomOvershootSize); \
72 size_t oomOvershootSize = vm->GetEcmaParamConfiguration().GetOutOfMemoryOvershootSize(); \
73 (space)->IncreaseOutOfMemoryOvershootSize(oomOvershootSize); \
437 size_t oomOvershootSize = config_.GetOutOfMemoryOvershootSize();
438 oldSpace_->IncreaseOutOfMemoryOvershootSize(oomOvershootSize);
925 size_t oomOvershootSize = config_.GetOutOfMemoryOvershootSize();
926 sHugeObjectSpace_->IncreaseOutOfMemoryOvershootSize(oomOvershootSize);