Searched refs:ecma_lit_storage_item_t (Results 1 – 3 of 3) sorted by relevance
51 …ecma_lit_storage_item_t *symbol_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, sy… in ecma_free_symbol_list()66 jmem_pools_free (symbol_list_p, sizeof (ecma_lit_storage_item_t)); in ecma_free_symbol_list()80 …ecma_lit_storage_item_t *string_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, st… in ecma_free_string_list()96 jmem_pools_free (string_list_p, sizeof (ecma_lit_storage_item_t)); in ecma_free_string_list()170 …ecma_lit_storage_item_t *string_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, st… in ecma_find_or_create_literal_string()216 ecma_lit_storage_item_t *new_item_p; in ecma_find_or_create_literal_string()217 new_item_p = (ecma_lit_storage_item_t *) jmem_pools_alloc (sizeof (ecma_lit_storage_item_t)); in ecma_find_or_create_literal_string()
1711 } ecma_lit_storage_item_t; typedef
110 ecma_lit_storage_item_t *symbol_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, in ecma_builtin_symbol_for_helper()172 ecma_lit_storage_item_t *new_item_p; in ecma_builtin_symbol_for_helper()173 new_item_p = (ecma_lit_storage_item_t *) jmem_pools_alloc (sizeof (ecma_lit_storage_item_t)); in ecma_builtin_symbol_for_helper()