Searched full:moving (Results 1 – 25 of 64) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | pending_exception_gc_test.sts | 17 * Test case when we have moving GC along with pending exception.
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/ |
| D | InheritanceTest.js | 23 console.log('The vehicle is moving.');
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/ |
| D | InheritanceTest.ts | 23 console.log('The vehicle is moving.');
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/ |
| D | expand_compiled_code_args_dyn_aarch64.S | 31 // x4 - sp before moving
|
| D | interpreter_to_compiled_code_bridge_dyn_aarch64.S | 146 // 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/ |
| D | memory-management-SW-requirements.md | 33 - Non-moving space(space for non-movable objects)
|
| D | memory-management.md | 336 - 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/ |
| D | expand_compiled_code_args_dyn_amd64.S | 31 // %r8 - %rsp before moving
|
| D | proxy_entrypoint_amd64.S | 109 // Restore callee registers, since GC may change its values while moving objects.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | memory-management-SW-requirements.md | 33 - Non-moving space(space for non-movable objects)
|
| D | memory-management.md | 336 - 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/ |
| D | InheritanceTest.java | 37 System.out.println("The vehicle is moving."); in move()
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine_worker.h | 65 /// @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/ |
| D | loop_peeling.md | 71 …s from loop-header are moving to the loop-backedge block. Also control-flow edge between loop-head…
|
| D | move_constants_closer_to_usage_doc.md | 20 In both cases avoid moving into loop, find closest dominating block outside loop.
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/ |
| D | proxy_entrypoint_arm.S | 69 // Restore callee registers, since GC may change its values while moving objects.
|
| D | proxy_entrypoint_armhf.S | 87 // Restore callee registers, since GC may change its values while moving objects.
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_settings.h | 93 …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/ |
| D | ets_async_entry_point_arm32hf.S | 86 // Restore callee registers, since GC may change its values while moving objects.
|
| D | ets_async_entry_point_arm32.S | 89 // Restore callee registers, since GC may change its values while moving objects.
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | heap_verifier.h | 135 * @param updated_ref new referent position after moving
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | move_constants_closer_to_usage_doc.md | 20 In both cases avoid moving into loop, find closest dominating block outside loop.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/amd64/ |
| D | ets_async_entry_point_amd64.S | 81 // Restore callee registers, since GC may change its values while moving objects.
|
| /arkcompiler/runtime_core/assembler/ |
| D | lexer.cpp | 342 * L1: mov v0, v1 # moving! L1: mov v0, v1 # moving!
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | lexer.cpp | 348 * L1: mov v0, v1 # moving! L1: mov v0, v1 # moving!
|
123