Home
last modified time | relevance | path

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/
Dclass_10.ets22 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/
Dtype_system_7.ets23 return "Moving!";
33 return "Moving!";
Dtype_system_6.ets22 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/
Dclass_implementation_multi_inheritance_interface_04.ets38 return "moving";
47 assertEQ(animal.move(), "moving");
Dclass_implementation_multi_inheritance_interface_06.ets42 return "moving";
49 assertEQ(cchild.move(), "moving");
Dclass_implementation_multi_inheritance_interface_02.ets38 return "moving";
45 assertEQ(parent.move(), "moving");
/arkcompiler/runtime_core/static_core/static_linker/tests/data/ets/singlefile/
DclassExtension.gold14 Moving...
DclassExtension.ets18 console.log("Moving...");
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dutils.h23 // NOTE(konstanting): consider moving it to libpandabase
Dstackful_coroutine_worker.h68 /// @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/
Dpending_exception_gc_test.ets17 * Test case when we have moving GC along with pending exception.
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DInheritanceTest.ts23 console.log('The vehicle is moving.');
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DInheritanceTest.js23 console.log('The vehicle is moving.');
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-limit-extends.ts35 console.log('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/static_core/docs/
Dmemory-management-SW-requirements.md33 - Non-moving space(space for non-movable objects)
/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
/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/compiler/docs/
Dloop_peeling.md71 …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/
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…

1234