Home
last modified time | relevance | path

Searched defs:MarkStack (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/common_components/common/
Dmark_work_stack.h63 MarkStack(MarkStack&& stack) in MarkStack() function
71 MarkStack(MarkStackBuffer<T>* buf) : h_(buf) in MarkStack() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgenerational-gc-base-inl.h26 void GenerationalGC<LanguageConfig>::MarkStack(Marker *marker, GCMarkingStackType *stack, in MarkStack() function
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dalloc_buffer.h107 inline void MarkStack(Functor consumer) in MarkStack() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_stack.h171 using MarkStack = ContinuousStack<TaggedObject>; variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp120 void StwGC<LanguageConfig>::MarkStack(GCMarkingStackType *stack) in MarkStack() function in ark::mem::StwGC