Searched refs:lit_string_hash_t (Results 1 – 6 of 6) sorted by relevance
103 lit_string_hash_t lit_utf8_string_calc_hash (const lit_utf8_byte_t *utf8_buf_p, lit_utf8_size_t utf…104 lit_string_hash_t lit_utf8_string_hash_combine (lit_string_hash_t hash_basis, const lit_utf8_byte_t…
582 inline lit_string_hash_t JERRY_ATTR_ALWAYS_INLINE583 lit_utf8_string_hash_combine (lit_string_hash_t hash_basis, /**< hash to be combined with */ in lit_utf8_string_hash_combine()597 return (lit_string_hash_t) hash; in lit_utf8_string_hash_combine()605 inline lit_string_hash_t JERRY_ATTR_ALWAYS_INLINE612 return lit_utf8_string_hash_combine ((lit_string_hash_t) 2166136261, utf8_buf_p, utf8_buf_size); in lit_utf8_string_calc_hash()
124 typedef uint32_t lit_string_hash_t; typedef
221 symbol_p->header.u.hash = (lit_string_hash_t) (((uintptr_t) symbol_p) >> ECMA_SYMBOL_HASH_SHIFT); in ecma_new_symbol_from_descriptor_string()683 lit_string_hash_t hash_start; in ecma_append_chars_to_string()1581 inline lit_string_hash_t JERRY_ATTR_ALWAYS_INLINE1591 return (lit_string_hash_t) prop_name_cp; in ecma_string_get_property_name_hash()2282 inline lit_string_hash_t JERRY_ATTR_ALWAYS_INLINE2287 return (lit_string_hash_t) ECMA_GET_DIRECT_STRING_VALUE (string_p); in ecma_string_hash()2290 return (lit_string_hash_t) string_p->u.hash; in ecma_string_hash()2662 const lit_string_hash_t hash = lit_utf8_string_calc_hash (string_begin_p, string_size); in ecma_stringbuilder_finalize()
350 lit_string_hash_t ecma_string_get_property_name_hash (ecma_property_t property, jmem_cpointer_t pro…366 lit_string_hash_t ecma_string_hash (const ecma_string_t *string_p);
1564 lit_string_hash_t hash; /**< hash of the ASCII/UTF8 string */