Home
last modified time | relevance | path

Searched refs:SelectGCType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap-inl.h135 CollectGarbage(SelectGCType(), GCReason::ALLOCATION_LIMIT); in AllocateYoungOrHugeObject()
138 CollectGarbage(SelectGCType(), GCReason::ALLOCATION_FAILED); in AllocateYoungOrHugeObject()
Dheap.h271 TriggerGCType SelectGCType() const;
Dheap.cpp328 TriggerGCType Heap::SelectGCType() const in SelectGCType() function in panda::ecmascript::Heap
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp375 … vm->CollectGarbage(vm->GetHeap()->SelectGCType(), ecmascript::GCReason::EXTERNAL_TRIGGER); in TriggerGC()