Searched refs:ALLOCATION_FAILED (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | common_enum.h | 51 ALLOCATION_FAILED, member in panda::ecmascript::GCReason
|
H A D | shared_object_factory.cpp | 541 sHeap_->CollectGarbage<TriggerGCType::SHARED_GC, GCReason::ALLOCATION_FAILED>(thread_); in NewSJSNativePointer()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | sparse_space.cpp | 81 localHeap_->CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_FAILED); in Allocate() 708 localHeap_->CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_FAILED); in Allocate()
|
H A D | heap-inl.h | 220 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 D | gc_stats.cpp | 74 case GCReason::ALLOCATION_FAILED: in GCReasonToString()
|
H A D | heap.cpp | 2001 CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_FAILED);
|
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
H A D | shared_space.cpp | 88 sHeap_->CollectGarbage<TriggerGCType::SHARED_GC, GCReason::ALLOCATION_FAILED>(thread); in Allocate()
|
Completed in 13 milliseconds