Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe114.md8 Classes or modules can be interpreted as analogues of namespaces.
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dentrypoints_bridge_asm_macro.inl.erb30 …oose either CompiledAbiBridge (for compiled frame) or CompiledAbi (for interpreted frame) for virt…
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dentrypoints_bridge_asm_macro.inl.erb29 …oose either CompiledAbiBridge (for compiled frame) or CompiledAbi (for interpreted frame) for virt…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
DREADME.md104 They are split into two categories, as `TrivialType` is interpreted as whole (string) and isn't use…
/arkcompiler/runtime_core/docs/
Dglossary.md74 GC force to stop execution of code (interpreted,AOTed or JITed) to make exclusively some
Druntime-compiled_code-interaction.md319 (interpreted) (compiled) (interpreted)
Dfile_format.md667 … `uint8_t[4]` | 4-byte bit pattern, zero-extended to the right, and interpreted as an IEEE754 3…
677 … `uint8_t[8]` | 8-byte bit pattern, zero-extended to the right, and interpreted as an IEEE754 6…
907 [line number program](#line-number-program) which is interpreted by
Dmemory-management.md595 …1. To describe barrier use some meta-language or IR which can be interpreted/encoded by all compil…
/arkcompiler/runtime_core/static_core/docs/
Dglossary.md74 GC force to stop execution of code (interpreted,AOTed or JITed) to make exclusively some
Druntime-compiled_code-interaction.md325 (interpreted) (compiled) (interpreted)
Dfile_format.md669 … `uint8_t[4]` | 4-byte bit pattern, zero-extended to the right, and interpreted as an IEEE754 3…
679 … `uint8_t[8]` | 8-byte bit pattern, zero-extended to the right, and interpreted as an IEEE754 6…
909 [line number program](#line-number-program) which is interpreted by
Dmemory-management.md595 …1. To describe barrier use some meta-language or IR which can be interpreted/encoded by all compil…
/arkcompiler/ets_frontend/arkguard/src/utils/
DSourceMapMergingUtil.ts65 * The interpreted sourcemap line and column info.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DDate.sts1673 * Returns the time portion of a `Date` object interpreted in the local timezone in English.
1719 * Returns the date portion of a `Date` object interpreted in the local timezone in English.
1800 * Returns a string representing the specified `Date` object interpreted in the local timezone.
1822 * Returns a string representing the specified `Date` object interpreted in UTC.
/arkcompiler/runtime_core/isa/
Disa.yaml60 … Primitive data type of a register is not tracked by VM and is interpreted by separate bytecodes.
61 …Integral values are not inherently signed or unsigned, signedness is interpreted by bytecodes as w…
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml60 … Primitive data type of a register is not tracked by VM and is interpreted by separate bytecodes.
61 …Integral values are not inherently signed or unsigned, signedness is interpreted by bytecodes as w…
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp1207 // With /u, decimal escape is not interpreted as octal character code. in ParseCharacterEscape()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1275 // With /u, decimal escape is not interpreted as octal character code. in ParseCharacterEscape()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp830 // Don't use MAdd/MSub for floating point inputs to avoid different results for interpreted and in LowerMultiplyAddSub()
Descape.cpp902 // to correctly restore values of virtual registers in interpreted frame during deoptimization. in MaterializeDeoptSaveState()
/arkcompiler/ets_runtime/test/regresstest/
Dregresstest_skip_tests.json2636 "mjsunit/compiler/is-being-interpreted-1.js",
2661 "mjsunit/compiler/is-being-interpreted-2.js",
/arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/res/
Drecipes.rst4044 Classes or modules can be interpreted as analogues of namespaces.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Drecipes.rst3092 Classes or modules can be interpreted as placeholders of namespaces.
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp4709 /* ABS requires the operand be interpreted as a signed integer */ in SelectAbsSub()
4757 /* ABS requires the operand be interpreted as a signed integer */ in SelectAbs()
/arkcompiler/runtime_core/static_core/patches/zydis/
D0001-Simplify-Zydis-build.patch7105 + * Represents a default boolean data-type where `0` is interpreted as `false` and all other values