Home
last modified time | relevance | path

Searched full:moved (Results 1 – 25 of 159) sorted by relevance

1234567

/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_public.ts26 return `${this.name} moved ${distanceInMeters}m.`;
32 assert(dog.move(10) === 'dog moved 10m.', 'success');
/arkcompiler/runtime_core/docs/diagrams/
Dg1gc-gc-activity.puactivity33 :Update references to the moved objects;
34 :Update RemSets(remove freed regions from RemSets, mark cards with moved objects as "dirty");
Dgenerational-minor-gc-activity.puactivity20 :Update references to the moved objects;
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dg1gc-gc-activity.plantuml33 :Update references to the moved objects;
34 :Update RemSets(remove freed regions from RemSets, mark cards with moved objects as "dirty");
Dgenerational-minor-gc-activity.plantuml20 :Update references to the moved objects;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
Dpostpone_gc_test.ets77 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/
Dobject_helpers.h131 * 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/
Dexport.ets17 * Can not moved into ast/parser while #19557 isn't resolved
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/import_tests/
Denum_export.ets17 * Can not moved into ast/compiler while #19557 isn't resolved
/arkcompiler/ets_runtime/common_components/heap/space/
Dfrom_space.h39 // 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/
Dswitch_enum_string_case.ets17 * Can not moved into ast/parser while #19557 isn't resolved
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/asm/amd64/
DSamplerSigStackAmd64.S71 // | | <- fp, sp (moved upper)
74 // | | <- sp (moved upper) - 128, end of red zone
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
Denum_as_class_member_getValue_call.ets17 * Can not moved into ast/compile while #19557 isn't resolved
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dtype_inference.ts32 console.log(`Animal moved ${distanceInMeters}m.`);
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dglobal_object_storage.cpp128 LOG(DEBUG, GC) << "=== GlobalStorage Update moved. BEGIN ==="; in UpdateMovedRefs()
132 LOG(DEBUG, GC) << "=== GlobalStorage Update moved. END ==="; in UpdateMovedRefs()
Dreference_storage.h94 /// 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/
Depsilon.h44 // Epsilon GC does nothing, so objects are not moved in IsPinningSupported()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_word.h34 …// ForwardingAddress mark, this object has been moved and the address points to the newly allocate…
/arkcompiler/runtime_core/static_core/compiler/docs/
Descape_analysis.md15 …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;
Dlicm_doc.md18 Then selected instructions are moved to the loop pre-header
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp2375 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/
Dhooks.h25 // `WorkStack` Should be moved to BaseRT and panda namespace later
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/
Dinterop_intrinsic_opt_doc.md28 * 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/
Dscheduler_test.cpp41 // 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/
Dstdlib_ani_helpers.h22 // This functions must be moved from stdlib. #23681

1234567