Home
last modified time | relevance | path

Searched refs:END_RECORDING_NEW_ROOT (Results 1 – 4 of 4) sorted by relevance

/ark/runtime_core/runtime/
Dclass_linker_context.h107 mem::VisitGCRootFlags::END_RECORDING_NEW_ROOT)) <= 1);
111 } else if ((flags & mem::VisitGCRootFlags::END_RECORDING_NEW_ROOT) != 0) {
Dstring_table.cpp305 mem::VisitGCRootFlags::END_RECORDING_NEW_ROOT)) <= 1); in VisitRoots()
310 } else if ((flags & mem::VisitGCRootFlags::END_RECORDING_NEW_ROOT) != 0) { in VisitRoots()
328 if ((flags & mem::VisitGCRootFlags::END_RECORDING_NEW_ROOT) != 0) { in VisitRoots()
/ark/runtime_core/runtime/mem/gc/
Dgc_root.h62 END_RECORDING_NEW_ROOT = 1U << 11U, enumerator
/ark/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp554 … VisitGCRootFlags::ACCESS_ROOT_ONLY_NEW | VisitGCRootFlags::END_RECORDING_NEW_ROOT); in ReMark()
565 VisitGCRootFlags::ACCESS_ROOT_ONLY_NEW | VisitGCRootFlags::END_RECORDING_NEW_ROOT); in ReMark()