Searched refs:ECMA_FAST_ARRAY_ALIGN_LENGTH (Results 1 – 3 of 3) sorted by relevance
132 const uint32_t aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (length); in ecma_op_new_fast_array_object()179 const uint32_t aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (length); in ecma_fast_array_convert_to_normal()281 const uint32_t aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (old_length); in ecma_fast_array_set_property()335 const uint32_t old_length_aligned = ECMA_FAST_ARRAY_ALIGN_LENGTH (old_length); in ecma_fast_array_extend()336 const uint32_t new_length_aligned = ECMA_FAST_ARRAY_ALIGN_LENGTH (new_length); in ecma_fast_array_extend()420 const uint32_t old_aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (old_length); in ecma_delete_fast_array_properties()444 const uint32_t new_aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (new_length); in ecma_delete_fast_array_properties()
943 #define ECMA_FAST_ARRAY_ALIGN_LENGTH(length) \ macro
825 const uint32_t aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (ext_object_p->u.array.length); in ecma_free_fast_access_array()