Home
last modified time | relevance | path

Searched defs:TENURED (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dgc_task.h49 enum class GCCollectionType : uint8_t { NONE = 0, YOUNG, MIXED, TENURED, FULL }; enumerator
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_fullgc_test.cpp47 enum class TargetSpace { YOUNG, TENURED, LARGE, HUMONG }; enumerator