Searched refs:SelectGCType (Results 1 – 4 of 4) sorted by relevance
135 CollectGarbage(SelectGCType(), GCReason::ALLOCATION_LIMIT); in AllocateYoungOrHugeObject()138 CollectGarbage(SelectGCType(), GCReason::ALLOCATION_FAILED); in AllocateYoungOrHugeObject()
271 TriggerGCType SelectGCType() const;
328 TriggerGCType Heap::SelectGCType() const in SelectGCType() function in panda::ecmascript::Heap
375 … vm->CollectGarbage(vm->GetHeap()->SelectGCType(), ecmascript::GCReason::EXTERNAL_TRIGGER); in TriggerGC()