Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.h118 struct EnableCMCGCTrait { struct
119 using StringTableInterface = common::BaseStringTableInterface<common::BaseStringTableImpl>;
121 using HashTrieMapImpl = common::HashTrieMap<common::BaseStringTableMutex, common::ThreadHolder,
124 using HashTrieMapImpl = common::HashTrieMap<common::BaseStringTableMutex, common::ThreadHolder,
127 using ThreadType = common::ThreadHolder;
128 static constexpr bool EnableCMCGC = true;
129 static common::ReadOnlyHandle<BaseString> CreateHandle(ThreadType* holder, BaseString* string) in CreateHandle()