Searched full:interpreted (Results 1 – 25 of 32) sorted by relevance
12
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe114.md | 8 Classes or modules can be interpreted as analogues of namespaces.
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | union_static_method.ets | 32 /* @@? 29:5 Error TypeError: Static union member expression cannot be interpreted. */
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | entrypoints_bridge_asm_macro.inl.erb | 30 …oose either CompiledAbiBridge (for compiled frame) or CompiledAbi (for interpreted frame) for virt…
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | entrypoints_bridge_asm_macro.inl.erb | 29 …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/ |
| D | README.md | 104 They are split into two categories, as `TrivialType` is interpreted as whole (string) and isn't use…
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_es_checked/generate-es-checked/ |
| D | README.md | 104 They are split into two categories, as `TrivialType` is interpreted as whole (string) and isn't use…
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 74 GC force to stop execution of code (interpreted,AOTed or JITed) to make exclusively some
|
| D | runtime-compiled_code-interaction.md | 319 (interpreted) (compiled) (interpreted)
|
| D | file_format.md | 667 … `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
|
| D | memory-management.md | 595 …1. To describe barrier use some meta-language or IR which can be interpreted/encoded by all compil…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | glossary.md | 74 GC force to stop execution of code (interpreted,AOTed or JITed) to make exclusively some
|
| D | runtime-compiled_code-interaction.md | 325 (interpreted) (compiled) (interpreted)
|
| D | file_format.md | 776 … `uint8_t[4]` | 4-byte bit pattern, zero-extended to the right, and interpreted as an IEEE754 3… 788 … `uint8_t[8]` | 8-byte bit pattern, zero-extended to the right, and interpreted as an IEEE754 6… 1072 [line number program](#line-number-program), which is interpreted by
|
| D | memory-management.md | 595 …1. To describe barrier use some meta-language or IR which can be interpreted/encoded by all compil…
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | SourceMapMergingUtil.ts | 65 * The interpreted sourcemap line and column info.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Date.ets | 1676 * Returns the time portion of a `Date` object interpreted in the local timezone in English. 1722 * 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/jsvm/src/inspector/ |
| D | inspector_socket.cpp | 196 // this translation assumes that the host is interpreted as an IPv6 address in IsIPAddress()
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 60 … 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/ets_frontend/ets2panda/util/diagnostic/ |
| D | semantic.yaml | 1329 message: "Static union member expression cannot be interpreted."
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/buffer/ |
| D | BufferImpl.ets | 649 buf.writeInt8(255, 3) // 255 should be interpreted as -1
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 59 … Primitive data type of a register is not tracked by VM and is interpreted by separate bytecodes. 60 …Integral values are not inherently signed or unsigned. Their signedness is interpreted by bytecode…
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_parser.cpp | 1244 // With /u, decimal escape is not interpreted as octal character code. in ParseCharacterEscape()
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.cpp | 1275 // With /u, decimal escape is not interpreted as octal character code. in ParseCharacterEscape()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 849 // Don't use MAdd/MSub for floating point inputs to avoid different results for interpreted and in LowerMultiplyAddSub()
|
| D | escape.cpp | 826 // to correctly restore values of virtual registers in interpreted frame during deoptimization. in MaterializeDeoptSaveState()
|
12