Home
last modified time | relevance | path

Searched refs:ecma_lit_storage_item_t (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.c37ecma_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()
66ecma_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()
146ecma_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()
Decma-globals.h1711 } ecma_lit_storage_item_t; typedef
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-symbol.c110 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()