Searched refs:ecma_lit_storage_item_t (Results 1 – 3 of 3) sorted by relevance
37 …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()52 jmem_pools_free (symbol_list_p, sizeof (ecma_lit_storage_item_t)); in ecma_free_symbol_list()66 …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()81 jmem_pools_free (string_list_p, sizeof (ecma_lit_storage_item_t)); in ecma_free_string_list()146 …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()184 ecma_lit_storage_item_t *new_item_p; in ecma_find_or_create_literal_string()185 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()