Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c53 #define ECMA_PROPERTY_HASHMAP_GET_BIT(byte_p, index) \ macro
334 if (ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)) in ecma_property_hashmap_delete()
354 JERRY_ASSERT (ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)); in ecma_property_hashmap_delete()
434 if (ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)) in ecma_property_hashmap_find()
459 if (!ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)) in ecma_property_hashmap_find()
483 if (ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)) in ecma_property_hashmap_find()
512 if (!ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)) in ecma_property_hashmap_find()