Home
last modified time | relevance | path

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

/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/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/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/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1150 // With /u, decimal escape is not interpreted as octal character code. in ParseCharacterEscape()