Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/core/
Dcore_language_context.cpp40 mem::GC *CoreLanguageContext::CreateGC(mem::GCType gc_type, mem::ObjectAllocatorBase *object_alloca… in CreateGC() function in panda::CoreLanguageContext
/ark/js_runtime/ecmascript/
Decma_language_context.h80 …mem::GC *CreateGC([[maybe_unused]] mem::GCType gc_type, [[maybe_unused]] mem::ObjectAllocatorBase … in CreateGC() function
/ark/runtime_core/runtime/include/
Dlanguage_context.h228 mem::GC *CreateGC(mem::GCType gc_type, mem::ObjectAllocatorBase *object_allocator, in CreateGC() function
/ark/runtime_core/runtime/mem/gc/
Dgc.cpp261 GC *CreateGC(GCType gc_type, ObjectAllocatorBase *object_allocator, const GCSettings &settings) in CreateGC() function