Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dcommon_enum.h51 ALLOCATION_FAILED, member in panda::ecmascript::GCReason
H A Dshared_object_factory.cpp541 sHeap_->CollectGarbage<TriggerGCType::SHARED_GC, GCReason::ALLOCATION_FAILED>(thread_); in NewSJSNativePointer()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dsparse_space.cpp81 localHeap_->CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_FAILED); in Allocate()
708 localHeap_->CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_FAILED); in Allocate()
H A Dheap-inl.h220 CollectGarbage(SelectGCType(), GCReason::ALLOCATION_FAILED); in AllocateYoungOrHugeObject() member in panda::ecmascript::GCReason
224 CollectGarbage(SelectGCType(), GCReason::ALLOCATION_FAILED); in AllocateYoungOrHugeObject() member in panda::ecmascript::GCReason
433 CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_FAILED); in AllocateHugeObject()
897 CollectGarbage<TriggerGCType::SHARED_GC, GCReason::ALLOCATION_FAILED>(thread); in AllocateInSOldSpace()
H A Dgc_stats.cpp74 case GCReason::ALLOCATION_FAILED: in GCReasonToString()
H A Dheap.cpp2001 CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_FAILED);
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp88 sHeap_->CollectGarbage<TriggerGCType::SHARED_GC, GCReason::ALLOCATION_FAILED>(thread); in Allocate()

Completed in 13 milliseconds