Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.cpp123 mem::GC *CoreLanguageContext::CreateGC(mem::GCType gc_type, mem::ObjectAllocatorBase *object_alloca… in CreateGC() function in panda::CoreLanguageContext
/arkcompiler/runtime_core/runtime/include/
Dlanguage_context.h314 mem::GC *CreateGC(mem::GCType gc_type, mem::ObjectAllocatorBase *object_allocator, in CreateGC() function
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc.cpp276 GC *CreateGC(GCType gc_type, ObjectAllocatorBase *object_allocator, const GCSettings &settings) in CreateGC() function