Searched full:starting (Results 1 – 25 of 46) sorted by relevance
12
| /arkcompiler/runtime_core/docs/ |
| D | debugger-vscode-communication.md | 10 ### Description of debug starting process
|
| D | runtime-debug-api.md | 23 …debug session when necessary (see `Runtime::StartDebugSession()`). When starting the session, the …
|
| /arkcompiler/runtime_core/runtime/bridge/arch/amd64/ |
| D | handle_call_imm16_v16_amd64.S | 61 // Reserve stack space for the arguments, starting from r13:
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.virt.range_base.yaml | 56 Object reference is passed in the first source register, arguments are passed starting from 62 the needed number of arguments starting from 'vs' register (including object reference). 635 # Place values starting from v7 for call.virt.range 680 # Place values starting from v9 for call.virt.range 725 # Place values starting from v9 for call.virt.range 784 # Place values starting from v7 for call.virt.range 829 # Place values starting from v7 for call.virt.range
|
| D | call.virt.short.negative.yaml | 49 Object reference is passed in the first source register, arguments are passed starting from 55 the needed number of arguments starting from 'vs' register (including object reference).
|
| D | call.virt.short.yaml | 82 Object reference is passed in the first source register, arguments are passed starting from 88 the needed number of arguments starting from 'vs' register (including object reference).
|
| D | call.virt.negative.yaml | 50 Object reference is passed in the first source register, arguments are passed starting from 56 the needed number of arguments starting from 'vs' register (including object reference).
|
| D | call.virt.range.negative.yaml | 50 Object reference is passed in the first source register, arguments are passed starting from 56 the needed number of arguments starting from 'vs' register (including object reference).
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | handle_call_imm16_v16_aarch64.S | 74 // Reserve stack space for the arguments, starting from x13:
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | generate-cts.rb | 62 opts.on('--chunk INTEGER', Integer, 'Chunk to process, starting from 0 (0 by default)')
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_obj_layout_info.h | 25 * Store the key and gt of properties alternately starting from the second position.
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 74 LOG(DEBUG, GC) << "Starting destroy UpdateRemsetThread"; in DestroyThread() 109 LOG(DEBUG, GC) << "Starting pause UpdateRemsetThread"; in WaitUntilTasksEnd()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_map.cpp | 25 // Firstly map registers available for register allocator starting with the highest priority one in SetMask()
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/config/ |
| D | non_testable.yaml | 117 of arguments starting from 'v' register.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 88 … # Values are arrays whose elements should be a name of a cluster or it's index (starting from 0).
|
| D | memory_coalescing_doc.md | 241 | `--compiler-memory-coalescing-aligned` | Coalesces only aligned accesses (starting with even indi…
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | bit_helper.h | 130 /// sequence of ones starting at the least significant bit with the remainder
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | quick_fix_manager.cpp | 146 …const uint32_t methodNameOffsetToFirstIndex = 5; // offset of the starting position of methodname … in ParseStackInfo()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.h | 153 * starting from its header 370 // Split current interval at specified life number and return new interval starting at `ln`.
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | signal.h | 159 LOG(DEBUG, COMMON) << "SignalCatcherThread::Run: Starting the signal catcher thread"; in Run()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.h | 59 * (starting with r0, but no more than MAX_NUM_INPUTS registers) are reserved as
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 23 …starting/ending vertices of the IR graph, or registering lists of starting/ending vertices of the …
|
| /arkcompiler/runtime_core/verification/models/typesystem/ |
| D | ark_subtyping_closure.als | 228 Starting the solver...
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 252 // starting with the second argument, append each argument as the last element of argList. in FunctionPrototypeCall()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | region.h | 59 // Below flags are used for GC, and each flag has a dedicated bit starting from the 3rd bit.
|
12