Home
last modified time | relevance | path

Searched refs:ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-property-hashmap.c40 #define ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS 8 macro
45 static const uint8_t ecma_property_hashmap_steps[ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS] JERRY_ATTR_CONST_DATA =
160 uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS - 1)]; in ecma_property_hashmap_create()
244 uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS - 1)]; in ecma_property_hashmap_insert()
316 uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS - 1)]; in ecma_property_hashmap_delete()
411 uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS - 1)]; in ecma_property_hashmap_find()

Completed in 1 milliseconds