Home
last modified time | relevance | path

Searched defs:GCType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector.h103 virtual void RequestGCInternal(GCReason, bool, GCType) in RequestGCInternal() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_types.h30 enum class GCType { enum
/arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/
Dmock_barrier_collector.h25 void RunGarbageCollection(uint64_t, GCReason, GCType) override {} in RunGarbageCollection() argument
/arkcompiler/runtime_core/common_interfaces/
Dbase_runtime.h84 enum GCType : uint32_t { enum
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h33 enum class GCType : int { enum
/arkcompiler/ets_runtime/common_components/heap/barrier/tests/
Dbarrier_test.cpp44 void RunGarbageCollection(uint64_t, GCReason, GCType) override {} in RunGarbageCollection() argument