Searched full:interpreted (Results 1 – 7 of 7) sorted by relevance
29 …oose either CompiledAbiBridge (for compiled frame) or CompiledAbi (for interpreted frame) for virt…
74 GC force to stop execution of code (interpreted,AOTed or JITed) to make exclusively some
319 (interpreted) (compiled) (interpreted)
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
595 …1. To describe barrier use some meta-language or IR which can be interpreted/encoded by all compil…
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…
1150 // With /u, decimal escape is not interpreted as octal character code. in ParseCharacterEscape()