Searched defs:GC (Results 1 – 17 of 17) sorted by relevance
345 ## GC section in Memory management and object layout. Design.364 ### Epsilon GC370 ### STW GC380 ### Concurrent Mark Sweep GC 426 ### Region based GC (main)470 ### Low-pause GC (deffered)491 ### GC: interaction with Interpreter, JIT and AOT
35 ## GC section in 2. OVERALL DESCRIPTION62 ## GC section in 4. INTERACTION WITH OTHER COMPONENTS
29 class GC; variable
24 class GC; variable
25 class GC; variable
28 class GC; variable
52 GC::GC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GC() function in ark::mem::GC
44 class GC; variable
30 class GC; variable
41 class GC; variable
42 class GC; variable
28 GC, enumerator
34 enum class TaskType : uint8_t { GC, JIT, UNKNOWN }; enumerator
53 GC = 1ULL << 0ULL, enumerator