Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.c66 …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() local
70 if (string_list_p->values[i] != JMEM_CP_NULL) in ecma_free_string_list()
73 string_list_p->values[i]); in ecma_free_string_list()
80 jmem_cpointer_t next_item_cp = string_list_p->next_cp; 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() local
150 if (string_list_p->values[i] == JMEM_CP_NULL) in ecma_find_or_create_literal_string()
154 empty_cpointer_p = string_list_p->values + i; in ecma_find_or_create_literal_string()
160 string_list_p->values[i]); in ecma_find_or_create_literal_string()
171 string_list_cp = string_list_p->next_cp; in ecma_find_or_create_literal_string()