Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.cpp58 mem::GC *EtsLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC() function in ark::ets::EtsLanguageContext
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.cpp123 mem::GC *CoreLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocato… in CreateGC() function in ark::CoreLanguageContext
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h326 mem::GC *CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp411 GC *CreateGC(GCType gcType, ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in CreateGC() function