Home
last modified time | relevance | path

Searched refs:ALLOCATION_LIMIT (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dcommon_enum.h50 ALLOCATION_LIMIT, member in panda::ecmascript::GCReason
H A Dshared_object_factory.cpp544 sHeap_->TriggerConcurrentMarking<TriggerGCType::SHARED_GC, GCReason::ALLOCATION_LIMIT>(thread_); in NewSJSNativePointer()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_marker.h111 void HandleMarkingFinished(GCReason gcReason = GCReason::ALLOCATION_LIMIT); // call in vm thread.
H A Dheap.cpp135 CollectGarbage<TriggerGCType::SHARED_GC, GCReason::ALLOCATION_LIMIT>(thread); in CheckAndTriggerSharedGC()
148 CollectGarbage<TriggerGCType::SHARED_GC, GCReason::ALLOCATION_LIMIT>(thread); in CheckHugeAndTriggerSharedGC()
1173 reason == GCReason::ALLOCATION_LIMIT) { in CollectGarbage()
1666 CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_LIMIT); in CheckAndTriggerOldGC()
H A Dsparse_space.cpp580 localHeap_->CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_LIMIT); in CheckAndAllocate()
H A Dgc_stats.cpp72 case GCReason::ALLOCATION_LIMIT: in GCReasonToString()
H A Dheap-inl.h760 TriggerConcurrentMarking<TriggerGCType::SHARED_GC, GCReason::ALLOCATION_LIMIT>(thread); in TryTriggerConcurrentMarking()
921 CollectGarbage<TriggerGCType::SHARED_GC, GCReason::ALLOCATION_LIMIT>(thread); in AllocateHugeObject()

Completed in 11 milliseconds