Searched full:moving (Results 1 – 25 of 76) sorted by relevance
1234
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/ |
| D | class_10.ets | 22 return 'The vehicle is moving in a general way.'; 28 return 'The car is moving on the road.'; 36 assertEQ(movement, 'The car is moving on the road.');
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/ |
| D | type_system_7.ets | 23 return "Moving!"; 33 return "Moving!";
|
| D | type_system_6.ets | 22 return "Moving!"; 38 assertEQ(fish.move(), "Moving!");
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/ |
| D | class_implementation_multi_inheritance_interface_04.ets | 38 return "moving"; 47 assertEQ(animal.move(), "moving");
|
| D | class_implementation_multi_inheritance_interface_06.ets | 42 return "moving"; 49 assertEQ(cchild.move(), "moving");
|
| D | class_implementation_multi_inheritance_interface_02.ets | 38 return "moving"; 45 assertEQ(parent.move(), "moving");
|
| /arkcompiler/runtime_core/static_core/static_linker/tests/data/ets/singlefile/ |
| D | classExtension.gold | 14 Moving...
|
| D | classExtension.ets | 18 console.log("Moving...");
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | utils.h | 23 // NOTE(konstanting): consider moving it to libpandabase
|
| D | stackful_coroutine_worker.h | 68 /// @return the moving average number of runnable coroutines in the queue 288 /// the moving average number of coroutines in the runnable queue
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | pending_exception_gc_test.ets | 17 * Test case when we have moving GC along with pending exception.
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/ |
| D | InheritanceTest.ts | 23 console.log('The vehicle is moving.');
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/ |
| D | InheritanceTest.js | 23 console.log('The vehicle is moving.');
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-no-limit-extends.ts | 35 console.log('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/static_core/docs/ |
| D | memory-management-SW-requirements.md | 33 - Non-moving space(space for non-movable objects)
|
| /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
|
| /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/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…
|
| /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…
|
1234