Home
last modified time | relevance | path

Searched defs:GetGCType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp650 GCType GCStats::GetGCType(TriggerGCType gcType) in GetGCType() function in panda::ecmascript::GCStats
Dheap.h209 TriggerGCType GetGCType() const in GetGCType() function
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp687 mem::GCType Runtime::GetGCType(const RuntimeOptions &options, panda_file::SourceLang lang) in GetGCType() function in ark::Runtime