Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c137 jmem_cpointer_t *pair_list_p = (jmem_cpointer_t *) (hashmap_p + 1); in ecma_property_hashmap_create() local
138 uint8_t *bits_p = (uint8_t *) (pair_list_p + max_property_count); in ecma_property_hashmap_create()
173 while (pair_list_p[entry_index] != ECMA_NULL_POINTER) in ecma_property_hashmap_create()
182 ECMA_SET_NON_NULL_POINTER (pair_list_p[entry_index], property_pair_p); in ecma_property_hashmap_create()
253 jmem_cpointer_t *pair_list_p = (jmem_cpointer_t *) (hashmap_p + 1); in ecma_property_hashmap_insert() local
255 while (pair_list_p[entry_index] != ECMA_NULL_POINTER) in ecma_property_hashmap_insert()
264 ECMA_SET_NON_NULL_POINTER (pair_list_p[entry_index], property_pair_p); in ecma_property_hashmap_insert()
266 uint8_t *bits_p = (uint8_t *) (pair_list_p + hashmap_p->max_property_count); in ecma_property_hashmap_insert()
318 jmem_cpointer_t *pair_list_p = (jmem_cpointer_t *) (hashmap_p + 1); in ecma_property_hashmap_delete() local
319 uint8_t *bits_p = (uint8_t *) (pair_list_p + hashmap_p->max_property_count); in ecma_property_hashmap_delete()
[all …]