| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 5 …s type of checks eliminate rutime problems with undefined bits in integers, truncation issues, etc. 21 These checks eliminate calls of methods with incorrect `this`, wrong access to arrays, etc. 41 These checks help to detect issues with unintended truncation/overflow/underflow etc.
|
| D | types_n_values.md | 6 like storage size, bit width, etc. 28 Examples: `+i8()`, `+Function(-i8(), +i16())`, etc.
|
| /arkcompiler/runtime_core/docs/ |
| D | memory-management-SW-requirements.md | 9 …or the internal usage by Runtime(Allocations for compiler purposes, for GC internal structures etc) 13 GC used to recycle memory allocated as result of application work(objects, compiled code etc).
|
| D | rationale-for-bytecode.md | 32 (debugger, profilers, etc.) is also unified, as well as the ecosystem for managing libraries, 33 frameworks, etc. 189 numbers and store the result into accumulator, we will need a dedicated `adda_d ...`, etc. 193 single- and double-precision numbers, etc.).
|
| D | design-of-interpreter.md | 6 bytecode instruction set, executable file format, etc. Each subsection below consists of following 63 themselves, etc.). 83 about types, etc. 125 1. Interpreter does not depend on C++ standard library. All necessary classes, containers, etc.
|
| D | irtoc.md | 28 All property setters that IrConstructor provides (`i64`, `bool`, `Pc`, `CC`, etc) are
|
| /arkcompiler/runtime_core/scripts/ |
| D | install-deps-ubuntu | 35 (detected with the contents of /etc/os-release). 190 if [ ! -f /etc/os-release ]; then 191 echo "FATAL: /etc/os-release not found. Exiting..." 194 . /etc/os-release
|
| D | install-deps-qemu | 76 if [ ! -f /etc/os-release ]; then 77 echo "FATAL: /etc/os-release not found. Exiting..." 81 . /etc/os-release
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | codegen_doc.md | 18 1. Conversions from IR to encoder structures (like conditions, immediate, registers, etc). 58 GetCallingConvention()->BeginMethod(); // emit moves from parameters to dst-regs etc. 95 /* VisitAdd, VisitSub, VisitMul etc... */
|
| D | memory_coalescing_doc.md | 56 … memory instruction scheduling: do not move over monitors, calls, save states, save points and etc. 61 …lid if a barrier is met: calls, control flow instructions, monitors, exceptions, intrinsic and etc. 241 …gned` | Coalesces only aligned accesses (starting with even indices e.g. 0-1, 4-5 etc.) | `false` |
|
| /arkcompiler/runtime_core/verification/util/ |
| D | saturated_enum.h | 28 …1. initial value UNDEFINED and any op will lead to fatal error, add constructors etc for proper in… 29 pros: more safety and robustness to programmer errors, cons: more code, more complexity, etc
|
| D | index.h | 75 // for contextual conversion in if/while/etc.
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | frame_info.h | 111 // no codegen at hand (some tests etc.) 113 // any other functions (library, runtime etc.)
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | g1gc-gc-activity.puactivity | 28 Class roots, string roots etc
|
| /arkcompiler/runtime_core/cmake/toolchain/ |
| D | cross-clang-9-x86_64-w64-mingw32-static.cmake | 46 # NB! For Windows we link everything statically (incl. standard library, pthread, etc.):
|
| /arkcompiler/runtime_core/cmake/ |
| D | README.md | 12 …ets (if you have installed additional libraries, like google-test, clang-format, clang-tidy, etc.).
|
| D | Testing.cmake | 69 # target_compile_options, etc. are supported.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | common.h | 29 * For example, SemiSpace GC for young generation GC, Mark-Sweep-Compact for full GC, etc.
|
| /arkcompiler/runtime_core/runtime/mem/gc/lang/ |
| D | gc_lang.h | 23 …ontains language-specific methods that are used in several types of GC (such as StwGC, GenGC, etc.)
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_binary_op.h | 49 // Support cases, such as: number + null, undefined + null, boolean + number, etc. in AddWithTSType() 73 … // Support cases, such as: string + null, string + object, string + boolean, string + number, etc. in AddWithTSType() 89 // Some special cases, such as: object + undefined, object + boolean, etc. in AddWithTSType()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_date_time_format_test.cpp | 192 * Options can include year, month, day, hour, minute, second, time zone and weekday, etc. 360 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("ETC/GMT-8")); in HWTEST_F_L0() 389 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("ETC/GMT-8")); in HWTEST_F_L0() 419 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("ETC/GMT-8")); in HWTEST_F_L0() 465 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("ETC/GMT-8")); in HWTEST_F_L0() 533 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("ETC/GMT-8")); in HWTEST_F_L0() 575 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("ETC/GMT-8")); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | parser.rb | 34 # some predefined templates as headers, prefixes, postfixes, etc.
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | prebuilts_download.sh | 108 trusted_host=${PYPI_URL/#*:\/\//} # remove prefix part such as http:// https:// etc.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | lda.obj.yaml | 35 # Check lda.obj for different type of arguments (empty object, with fields, statics, etc). 142 # Check lda.obj for different type of arguments (empty object, with fields, statics, etc).
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | mem_stats.h | 140 // make groups of different parts of the VM (JIT, interpreter, etc)
|