Home
last modified time | relevance | path

Searched defs:CheckAndTriggerHintGC (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dheuristic_gc_policy.cpp213 bool HeuristicGCPolicy::CheckAndTriggerHintGC(MemoryReduceDegree degree) in CheckAndTriggerHintGC() function in common::HeuristicGCPolicy
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dheuristic_gc_policy_test.cpp169 HWTEST_F_L0(HeuristicGCPolicyTest, CheckAndTriggerHintGC) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp243 bool BaseRuntime::CheckAndTriggerHintGC(MemoryReduceDegree degree) in CheckAndTriggerHintGC() function in common::BaseRuntime
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp271 bool HeapImpl::CheckAndTriggerHintGC(MemoryReduceDegree degree) in CheckAndTriggerHintGC() function in common::HeapImpl
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp1840 bool Heap::CheckAndTriggerHintGC(MemoryReduceDegree degree, GCReason reason) in CheckAndTriggerHintGC() function in panda::ecmascript::Heap