Home
last modified time | relevance | path

Searched refs:STW (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/docs/diagrams/
Dg1-concurrent-marking-activity.puactivity17 |STW|
24 |STW|
Dgenerational-concurrent-major-gc-activity.puactivity17 |STW|
23 |STW|
Dgenerational-major-gc-activity.puactivity16 title Generational GC (major) - STW
Dgenerational-minor-gc-activity.puactivity16 title Generational GC (minor) - STW
Dpanda-states-concurrent-gc.pustate40 state "GCThread in STW mode" as GCSTW
Dpanda-states-generational-gc.pustate40 state "GCThread is active in STW mode" as GCSTW
Dgc-trigger-sequence-threshold.pusequence37 GC -> GC : GC running at STW
/arkcompiler/runtime_core/docs/
Dmemory-management.md6 For now, all targets suppose interaction with the user, so we have some limitations for the STW pau…
28 …- low-pause/pauseless GC(for games) or GC with high throughput and acceptable STW pause (for not g…
370 ### STW GC
386 - acceptable STW pause
406 Minor GC(STW):
411 Note: we'll use adaptive thresholds for triggering Minor GC for minimizing STW pause
416 1. Initial Mark - root scan(STW #1)
418 1. Remark missed during concurrent marking objects (STW #2)
431 - acceptable stable STW pause
454 Minor GC(only for young regions - STW):
[all …]
Dglossary.md73 * **STW** stands for **stop the world**, used in context of stop the world pauses forced by GC -
/arkcompiler/runtime_core/tests/checked/
Dtlab_test.pa42 #! CHECKER Don't Use TLAB for array and object for STW
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1009 enum class PUBLIC_API GC_TYPE : uint8_t { EPSILON, GEN_GC, STW }; enumerator
1129 case GC_TYPE::STW: in GetGcType()