Home
last modified time | relevance | path

Searched full:moving (Results 1 – 25 of 64) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
Dpending_exception_gc_test.sts17 * Test case when we have moving GC along with pending exception.
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DInheritanceTest.js23 console.log('The vehicle is moving.');
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DInheritanceTest.ts23 console.log('The vehicle is moving.');
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
Dexpand_compiled_code_args_dyn_aarch64.S31 // x4 - sp before moving
Dinterpreter_to_compiled_code_bridge_dyn_aarch64.S146 // x9, w10 <- temps for moving user's args to ABI regs
147 // x11, <- temp for moving user's args to stack
/arkcompiler/runtime_core/docs/
Dmemory-management-SW-requirements.md33 - Non-moving space(space for non-movable objects)
Dmemory-management.md336 - Non-moving space
374 Non-generational non-moving GC, during the work all mutator threads should be at safepoint.
390 - generational moving (optionally compacting) GC
391 - (optional) generational non-moving (optionally compacting) GC
393 Spaces(for moving CMS):
424 Note: If we don't have Survivor spaces we can implement non-moving generational GC.
456 1. Marking young gen + Reference processor + moving alive objects to the tenured space
577 For example we concurrently moving object from one place(`from-space`) to the another(`to-space`).
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/
Dexpand_compiled_code_args_dyn_amd64.S31 // %r8 - %rsp before moving
Dproxy_entrypoint_amd64.S109 // Restore callee registers, since GC may change its values while moving objects.
/arkcompiler/runtime_core/static_core/docs/
Dmemory-management-SW-requirements.md33 - Non-moving space(space for non-movable objects)
Dmemory-management.md336 - Non-moving space
374 Non-generational non-moving GC, during the work all mutator threads should be at safepoint.
390 - generational moving (optionally compacting) GC
391 - (optional) generational non-moving (optionally compacting) GC
393 Spaces(for moving CMS):
424 Note: If we don't have Survivor spaces we can implement non-moving generational GC.
456 1. Marking young gen + Reference processor + moving alive objects to the tenured space
577 For example we concurrently moving object from one place(`from-space`) to the another(`to-space`).
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DInheritanceTest.java37 System.out.println("The vehicle is moving."); in move()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.h65 /// @return the moving average number of runnable coroutines in the queue
202 /// the moving average number of coroutines in the runnable queue
/arkcompiler/runtime_core/static_core/compiler/docs/
Dloop_peeling.md71 …s from loop-header are moving to the loop-backedge block. Also control-flow edge between loop-head…
Dmove_constants_closer_to_usage_doc.md20 In both cases avoid moving into loop, find closest dominating block outside loop.
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
Dproxy_entrypoint_arm.S69 // Restore callee registers, since GC may change its values while moving objects.
Dproxy_entrypoint_armhf.S87 // Restore callee registers, since GC may change its values while moving objects.
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_settings.h93 …inimum percentage of alive bytes in young region to promote it into tenured without moving for G1GC
214 …/// Minimum percentage of alive bytes in young region to promote it into tenured without moving fo…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm32/
Dets_async_entry_point_arm32hf.S86 // Restore callee registers, since GC may change its values while moving objects.
Dets_async_entry_point_arm32.S89 // Restore callee registers, since GC may change its values while moving objects.
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_verifier.h135 * @param updated_ref new referent position after moving
/arkcompiler/runtime_core/compiler/docs/
Dmove_constants_closer_to_usage_doc.md20 In both cases avoid moving into loop, find closest dominating block outside loop.
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/amd64/
Dets_async_entry_point_amd64.S81 // Restore callee registers, since GC may change its values while moving objects.
/arkcompiler/runtime_core/assembler/
Dlexer.cpp342 * L1: mov v0, v1 # moving! L1: mov v0, v1 # moving!
/arkcompiler/runtime_core/static_core/assembler/
Dlexer.cpp348 * L1: mov v0, v1 # moving! L1: mov v0, v1 # moving!

123