Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/docs/
Dmemory-management.md345 ## GC section in Memory management and object layout. Design.
364 ### Epsilon GC
370 ### STW GC
380 ### Concurrent Mark Sweep GC
426 ### Region based GC (main)
470 ### Low-pause GC (deffered)
491 ### GC: interaction with Interpreter, JIT and AOT
Dmemory-management-SW-requirements.md35 ## GC section in 2. OVERALL DESCRIPTION
62 ## GC section in 4. INTERACTION WITH OTHER COMPONENTS
/arkcompiler/runtime_core/static_core/docs/
Dmemory-management.md345 ## GC section in Memory management and object layout. Design.
364 ### Epsilon GC
370 ### STW GC
380 ### Concurrent Mark Sweep GC
426 ### Region based GC (main)
470 ### Low-pause GC (deffered)
491 ### GC: interaction with Interpreter, JIT and AOT
Dmemory-management-SW-requirements.md35 ## GC section in 2. OVERALL DESCRIPTION
62 ## GC section in 4. INTERACTION WITH OTHER COMPONENTS
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_marking_stack.h25 class GC; variable
Dgc_scope.h25 class GC; variable
Dgc_scoped_phase.h28 class GC; variable
Dgc_adaptive_stack.h25 class GC; variable
Dgc.cpp53 GC::GC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GC() function in ark::mem::GC
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_worker.h29 class GC; variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dreference_processor.h30 class GC; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.h44 class GC; variable
/arkcompiler/runtime_core/static_core/runtime/include/
Dgc_task.h28 class GC; variable
Dpanda_vm.h41 class GC; variable
Dlanguage_context.h41 class GC; variable
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.h28 GC, enumerator
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask.h34 enum class TaskType : uint8_t { GC, JIT, UNKNOWN }; enumerator
/arkcompiler/ets_runtime/ecmascript/
Dlog.h53 GC = 1ULL << 0ULL, enumerator