Home
last modified time | relevance | path

Searched refs:lit_string_hash_t (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h103 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…
Dlit-strings.c582 inline lit_string_hash_t JERRY_ATTR_ALWAYS_INLINE
583 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_INLINE
612 return lit_utf8_string_hash_combine ((lit_string_hash_t) 2166136261, utf8_buf_p, utf8_buf_size); in lit_utf8_string_calc_hash()
Dlit-globals.h124 typedef uint32_t lit_string_hash_t; typedef
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c221 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_INLINE
1591 return (lit_string_hash_t) prop_name_cp; in ecma_string_get_property_name_hash()
2282 inline lit_string_hash_t JERRY_ATTR_ALWAYS_INLINE
2287 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()
Decma-helpers.h350 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);
Decma-globals.h1564 lit_string_hash_t hash; /**< hash of the ASCII/UTF8 string */