Searched full:moving (Results 1 – 25 of 26) sorted by relevance
12
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_settings.h | 101 …inimum percentage of alive bytes in young region to promote it into tenured without moving for G1GC 179 …inimum percentage of alive bytes in young region to promote it into tenured without moving for G1GC
|
| D | gc.cpp | 708 // Note: During moving phase, 'src => dst'. Consider the src is a DynClass, in SetForwardAddress()
|
| /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`).
|
| D | runtime-compiled_code-interaction.md | 294 Moving to the next frame is done according to the table below: 303 Thus the runtime can traverse all the managed stack frames moving from one frame to the previous fr… 309 * Compiled code may save any callee-saved registers on the stack. Before moving to the next stack f…
|
| /arkcompiler/runtime_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/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_dyn_aarch64.S | 140 // x9, w10 <- temps for moving user's args to ABI regs 141 // x11, <- temp for moving user's args to stack
|
| D | compiled_code_to_interpreter_bridge_dyn_aarch64.S | 200 // Restore callee registers, since GC may change its values while moving objects.
|
| D | compiled_code_to_interpreter_bridge_aarch64.S | 239 // Restore callee registers, since GC may change its values while moving objects.
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | heap_verifier.h | 138 * @param updated_ref new referent position after moving
|
| D | tlab.h | 201 // We are interested only in moving alive objects, after that we cleanup this buffer in CollectAndMove()
|
| D | bump-allocator-inl.h | 264 // We are interested only in moving alive objects, after that we cleanup arena in CollectAndMove()
|
| /arkcompiler/runtime_core/assembler/ |
| D | lexer.cpp | 342 * L1: mov v0, v1 # moving! L1: mov v0, v1 # moving!
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | basicblock.cpp | 181 } else { // successor didn't have other predecessors, we are moving Phi(s) into successor in RemoveEmptyBlock() 272 // moving instructions from successor in JoinSuccessorBlock() 278 // moving successor blocks from the successor in JoinSuccessorBlock() 423 // Main loop in "Step 1", moving instructions from successor. in JoinBlocksUsingSelect()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-gc.h | 212 * @return true if moving was success, false otherwise
|
| D | g1-gc.cpp | 921 // HandleReferences could write a new barriers - so we need to handle them before moving in MixedMark()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_evacuator.cpp | 201 LOG_GC(DEBUG) << "UpdatePointers statistic: younge space region compact moving count:" in UpdateReference()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 357 COMPILER_LOG(DEBUG, SCHEDULER) << "Queue ready moving " << soonest->GetId(); in ScheduleInstsBetweenBarriers()
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | global_object_storage.h | 39 …* Storage for objects which need to handle by GC. GC will handle moving these objects and will not…
|
| /arkcompiler/runtime_core/runtime/ |
| D | options.yaml | 393 …entage of alive bytes in young region to promote it into tenured without moving. 100 value means n…
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 39 …accumulator are also introduced. For example, moving arguments for `call.range` instruction may be…
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 877 // If it is a negative number, you need to consider whether it will carry after moving. in RightShiftHelper()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 1060 …" function instead of "EncodeCastFloat". It works as follows: cast from float32/64 to int32, moving in EncodeCastFloatToScalar()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 1502 …tead of "EncodeCastFloat". It works as follows: cast from float32/64 to int32, moving sign bit from in EncodeCastFloat()
|
12