Home
last modified time | relevance | path

Searched full:goal (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_pause_tracker.h26 /// Track G1 GC pause goal: pauses sum does not exceed max_gc_time in gc_pause_interval
40 /// @return minimum delay for pause from now to achieve pause goal
43 /// @return minimum delay for maximum allowed pause from now to achieve pause goal
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D1_intro.rst203 goal symbol *compilationUnit* (see :ref:`Modules and Compilation Units`). It is
212 goal symbol
237 goal symbol, grammars specify the language itself, i.e., the set of possible
243 goal symbol
266 goal symbol
365 goal symbol
367 (*compilationUnit*). The *goal symbol* describes how sequences of
440 set of productions starting from the :term:`goal symbol`).
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DManyLocalOutRegInstruction.sts16 // Main goal is to test that bytecode is valid
/arkcompiler/runtime_core/static_core/runtime/tests/
Dgc_trigger_test.cpp132 } else if (triggerType == "pause-time-goal-trigger") { in GetRuntimeOptions()
133 options.SetGcTriggerType("pause-time-goal-trigger"); in GetRuntimeOptions()
171 Runtime::Create(GetRuntimeOptions("pause-time-goal-trigger")); in TEST()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmemory_manager.cpp68 … LOG(FATAL, RUNTIME) << "Pause time goal is supported with G1 GC and pause-time-goal trigger only"; in Create()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/
DREADME.md40 Main goal is to reduce ignore list (FailKind.SRC_DUMPER_FAIL).
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dguide.rst18 The main goal of this cookbook is to provide recipes for all partially
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp42 // the goal of this method is to merge these two sequences of instructions. in Compile()
/arkcompiler/runtime_core/static_core/docs/
Dtask_manager.md3 … hardware(cores)/OS(threads) resources we introduce TaskManager. The main goal of TaskManager is t…
Drationale-for-bytecode.md28 special program called _interpreter_. The goal of the interpreter is to read our unified _virtual_
Dir_format.md14 The first goal of the Panda IR to be able to change the order of the passes, add and delete passes(…
102 The goal is overhead about 100000 native instructions per guest (standard for JIT compilers)
Dimport-export.md162 … given package folder in the **artksconfig.json** configuration file, the goal of which is to gene…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/
Dguide.rst16 The main goal of "System |LANG|" is to help developers make their ArkTS code
/arkcompiler/runtime_core/static_core/runtime/
Doptions.yaml277 - pause-time-goal-trigger
488 - name: g1-pause-time-goal
489 description: Enable G1 pause time goal
Dmark_word.h15 // Our main goal is to have similar interface for two different platforms - high-end and low-end.
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.h47 // satisfy pause time goal
Dgc_trigger.cpp192 } else if (gcTriggerType == "pause-time-goal-trigger") { in GetTriggerType()
/arkcompiler/runtime_core/docs/
Dir_format.md14 The first goal of the Panda IR to be able to change the order of the passes, add and delete passes(…
93 The goal is overhead about 100000 native instructions per guest (standard for JIT compilers)
Drationale-for-bytecode.md28 special program called _interpreter_. The goal of the interpreter is to read our unified _virtual_
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dcondition.cpp41 // the goal of this method is to merge these two sequences of instructions. in CompileBinaryExpr()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm32/
Dets_napi_entry_point_arm32.S236 // The goal of this function is just drop this argument and shift other arguments back
Dets_napi_entry_point_arm32hf.S269 // The goal of this function is just drop this argument and shift other arguments back
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/amd64/
Dets_napi_entry_point_amd64.S249 // The goal of this function is just drop this argument and
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm64/
Dets_napi_entry_point_aarch64.S263 // The goal of this function is just drop this argument and
/arkcompiler/runtime_core/isa/
Disa.yaml34 …The main goal of using accumulator is to improve encoding density without losing much in performan…

12