Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/collector/
Dtask_queue.h144 inline void SetGCReason(GCReason reason) { gcReason_ = reason; } in SetGCReason() function
Dmarking_collector.h298 inline void SetGCReason(const GCReason reason) { gcReason_ = reason; } in SetGCReason() function
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp86 void SetGCReason(GCReason reason) override { gcReason_ = reason; } in SetGCReason() function in common::HeapImpl
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h112 void SetGCReason(GCReason gcReason) in SetGCReason() function
Dlong_gc_stats.h81 void SetGCReason(size_t gcReason) in SetGCReason() function