Home
last modified time | relevance | path

Searched refs:GetOutOfMemoryOvershootSize (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dspace.h185 size_t GetOutOfMemoryOvershootSize() const in GetOutOfMemoryOvershootSize() function in panda::ecmascript::MemSpaceKind::Space
H A Didle_gc_trigger.cpp115 oldSpace->GetOutOfMemoryOvershootSize(); in ReachIdleLocalOldGCThresholds()
H A Dheap-inl.h41 size_t oomOvershootSize = vm->GetEcmaParamConfiguration().GetOutOfMemoryOvershootSize(); \
53 size_t oomOvershootSize = GetEcmaParamConfiguration().GetOutOfMemoryOvershootSize(); \
63 size_t oomOvershootSize = vm->GetEcmaParamConfiguration().GetOutOfMemoryOvershootSize(); \
72 size_t oomOvershootSize = vm->GetEcmaParamConfiguration().GetOutOfMemoryOvershootSize(); \
437 size_t oomOvershootSize = config_.GetOutOfMemoryOvershootSize(); in AllocateHugeObject()
925 size_t oomOvershootSize = config_.GetOutOfMemoryOvershootSize(); in AllocateHugeObject()
H A Dheap.h572 return totalSize >= sOldSpace_->GetMaximumCapacity() + sOldSpace_->GetOutOfMemoryOvershootSize();
1402 oldSpace_->GetOutOfMemoryOvershootSize();
/arkcompiler/ets_runtime/ecmascript/
H A Decma_param_configuration.h220 size_t GetOutOfMemoryOvershootSize() const in GetOutOfMemoryOvershootSize() function in panda::ecmascript::EcmaParamConfiguration

Completed in 7 milliseconds