Home
last modified time | relevance | path

Searched full:etc (Results 1 – 25 of 66) sorted by relevance

123

/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md5 …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.
Dtypes_n_values.md6 like storage size, bit width, etc.
28 Examples: `+i8()`, `+Function(-i8(), +i16())`, etc.
/arkcompiler/runtime_core/docs/
Dmemory-management-SW-requirements.md9 …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).
Drationale-for-bytecode.md32 (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.).
Ddesign-of-interpreter.md6 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.
Dirtoc.md28 All property setters that IrConstructor provides (`i64`, `bool`, `Pc`, `CC`, etc) are
/arkcompiler/runtime_core/scripts/
Dinstall-deps-ubuntu35 (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
Dinstall-deps-qemu76 if [ ! -f /etc/os-release ]; then
77 echo "FATAL: /etc/os-release not found. Exiting..."
81 . /etc/os-release
/arkcompiler/runtime_core/compiler/docs/
Dcodegen_doc.md18 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... */
Dmemory_coalescing_doc.md56 … 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/
Dsaturated_enum.h28 …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
Dindex.h75 // for contextual conversion in if/while/etc.
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dframe_info.h111 // no codegen at hand (some tests etc.)
113 // any other functions (library, runtime etc.)
/arkcompiler/runtime_core/docs/diagrams/
Dg1gc-gc-activity.puactivity28 Class roots, string roots etc
/arkcompiler/runtime_core/cmake/toolchain/
Dcross-clang-9-x86_64-w64-mingw32-static.cmake46 # NB! For Windows we link everything statically (incl. standard library, pthread, etc.):
/arkcompiler/runtime_core/cmake/
DREADME.md12 …ets (if you have installed additional libraries, like google-test, clang-format, clang-tidy, etc.).
DTesting.cmake69 # target_compile_options, etc. are supported.
/arkcompiler/ets_runtime/ecmascript/
Dcommon.h29 * For example, SemiSpace GC for young generation GC, Mark-Sweep-Compact for full GC, etc.
/arkcompiler/runtime_core/runtime/mem/gc/lang/
Dgc_lang.h23 …ontains language-specific methods that are used in several types of GC (such as StwGC, GenGC, etc.)
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h49 // 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/
Djs_date_time_format_test.cpp192 * 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/
Dparser.rb34 # some predefined templates as headers, prefixes, postfixes, etc.
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.sh108 trusted_host=${PYPI_URL/#*:\/\//} # remove prefix part such as http:// https:// etc.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dlda.obj.yaml35 # 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/
Dmem_stats.h140 // make groups of different parts of the VM (JIT, interpreter, etc)

123