| /arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/ |
| D | class_public.ts | 26 return `${this.name} moved ${distanceInMeters}m.`; 32 assert(dog.move(10) === 'dog moved 10m.', 'success');
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | g1gc-gc-activity.puactivity | 33 :Update references to the moved objects; 34 :Update RemSets(remove freed regions from RemSets, mark cards with moved objects as "dirty");
|
| D | generational-minor-gc-activity.puactivity | 20 :Update references to the moved objects;
|
| /arkcompiler/runtime_core/static_core/docs/diagrams/ |
| D | g1gc-gc-activity.plantuml | 33 :Update references to the moved objects; 34 :Update RemSets(remove freed regions from RemSets, mark cards with moved objects as "dirty");
|
| D | generational-minor-gc-activity.plantuml | 20 :Update references to the moved objects;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | postpone_gc_test.ets | 77 assertEQ(obj_addr[i], GC.getObjectAddress(obj_holder[i]), "The object has been moved"); 85 // Check that the object will be moved after executing postpone end function. 88 … assertNE(young_object_addr, GC.getObjectAddress(young_object), "The object hasn't been moved");
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers.h | 131 * Update a single reference field in the object to the moved value. 132 * Return the moved value. 170 * Update a single reference field in the object to the moved value. 171 * Return the moved value.
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/import_tests/enum/export/ |
| D | export.ets | 17 * Can not moved into ast/parser while #19557 isn't resolved
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/import_tests/ |
| D | enum_export.ets | 17 * Can not moved into ast/compiler while #19557 isn't resolved
|
| /arkcompiler/ets_runtime/common_components/heap/space/ |
| D | from_space.h | 39 // regions for small-sized movable objects, which may be moved during gc. 137 // regions exempted by ExemptFromRegions, which will not be moved during current GC.
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | switch_enum_string_case.ets | 17 * Can not moved into ast/parser while #19557 isn't resolved
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/asm/amd64/ |
| D | SamplerSigStackAmd64.S | 71 // | | <- fp, sp (moved upper) 74 // | | <- sp (moved upper) - 128, end of red zone
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/ |
| D | enum_as_class_member_getValue_call.ets | 17 * Can not moved into ast/compile while #19557 isn't resolved
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/ |
| D | type_inference.ts | 32 console.log(`Animal moved ${distanceInMeters}m.`);
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | global_object_storage.cpp | 128 LOG(DEBUG, GC) << "=== GlobalStorage Update moved. BEGIN ==="; in UpdateMovedRefs() 132 LOG(DEBUG, GC) << "=== GlobalStorage Update moved. END ==="; in UpdateMovedRefs()
|
| D | reference_storage.h | 94 /// Update pointers to moved Objects in local storage 150 * Handle the reference of object that might be moved by gc, note that
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/ |
| D | epsilon.h | 44 // Epsilon GC does nothing, so objects are not moved in IsPinningSupported()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mark_word.h | 34 …// ForwardingAddress mark, this object has been moved and the address points to the newly allocate…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | escape_analysis.md | 15 …allocation has a state describing if an allocation could be eliminated or moved to some other plac… 31 * set of objects whose allocation could be either eliminated, or at least moved to some other place;
|
| D | licm_doc.md | 18 Then selected instructions are moved to the loop pre-header
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 2375 auto propKey = GET_STR_FROM_CACHE(stringId); // Maybe moved by GC in RunInternal() 2377 auto value = GET_ACC(); // Maybe moved by GC in RunInternal() 2378 receiver = GET_VREG_VALUE(v0); // Maybe moved by GC in RunInternal() 2412 auto propKey = GET_STR_FROM_CACHE(stringId); // Maybe moved by GC in RunInternal() 2414 auto value = GET_ACC(); // Maybe moved by GC in RunInternal() 2415 receiver = GET_VREG_VALUE(v0); // Maybe moved by GC in RunInternal() 2511 receiver = GET_VREG_VALUE(v0); // Maybe moved by GC in RunInternal() 2512 auto propKey = GET_VREG_VALUE(v1); // Maybe moved by GC in RunInternal() 2513 auto value = GET_ACC(); // Maybe moved by GC in RunInternal() 2599 receiver = GET_VREG_VALUE(v0); // Maybe moved by GC in RunInternal() [all …]
|
| /arkcompiler/ets_runtime/common_components/common_runtime/ |
| D | hooks.h | 25 // `WorkStack` Should be moved to BaseRT and panda namespace later
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/ |
| D | interop_intrinsic_opt_doc.md | 28 * not inlined calls to other ArkTS methods are not moved into local scopes (because this may potent… 37 …r scope ends). If we remove these scope switches, blocks from `S` will be moved into some local sc…
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | scheduler_test.cpp | 41 // should be moved down in TEST_F() 83 // should be moved down in TEST_F() 131 // should be moved down in TEST_F() 136 // all three should be moved up in TEST_F() 311 // Manually moved here in TEST_F() 315 // But than all 3 may be moved below the load in TEST_F() 354 // Manually moved here in TEST_F() 358 // But than all 3 may be moved below the load in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | stdlib_ani_helpers.h | 22 // This functions must be moved from stdlib. #23681
|