Lines Matching defs:byte
540 * The memory / performance trade-of of byte code redirection does not worth
546 * Load byte code from snapshot.
548 * @return byte code
554 bool copy_bytecode) /**< byte code should be copied to memory */
1674 uint8_t byte = str_buffer_p[j];
1675 if (byte < 32 || byte > 127)
1678 ecma_char_t hex_digit = (ecma_char_t) (byte >> 4);
1680 hex_digit = (lit_utf8_byte_t) (byte & 0xf);
1685 if (byte == '\\' || byte == '"')
1689 *lit_buf_p++ = byte;